- 23 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* It is duplicated with `dim_`. We can use `dim_` to calculate `numel` everytime. It does not cost too much. * `numel` is not initialized by constructor. Also, `numel` is hard to synchronize with `dim_`. So just remove it.
-
- 15 9月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 12 9月, 2017 1 次提交
-
-
由 qingqing01 提交于
-
- 08 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 07 9月, 2017 1 次提交
-
-
由 qingqing01 提交于
-
- 06 9月, 2017 1 次提交
-
-
由 Zhuoyuan 提交于
-
- 05 9月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 21 8月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 10 8月, 2017 1 次提交
-
-
由 Superjom 提交于
-
- 09 8月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
* add lodtensor * add reshape of lod * add details * rename Elements/Levels * size_t and vector reserve * add details * add const& std::shared_ptr * add lod_tensor_impl.h * remove a shared_ptr
-
- 08 8月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
* fix some enforce * remove compatible_type to avoid compile error * remove shared_ptr * fix tensor error msg
-
- 07 8月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 03 8月, 2017 2 次提交
- 02 8月, 2017 1 次提交
-
-
由 Yu Yang 提交于
Fix #3171
-
- 31 7月, 2017 2 次提交
- 28 7月, 2017 3 次提交
- 25 7月, 2017 4 次提交
- 21 7月, 2017 1 次提交
-
-
由 fengjiayi 提交于
1. Change PODDeleter's template parameter 'PlaceType' to 'Place'. 2. Limit PODDeleter and Tensor::mutable_data()'s `T` to POD type.
-
- 19 7月, 2017 6 次提交
-
-
由 liaogang 提交于
-
由 qijun 提交于
-
由 fengjiayi 提交于
ATTENTION: some interfaces changed: 1. void Tensor::set_dims(const DDim& dims) ==> void Tensor::Resize(const DDim& dims). 2. void Tensor::ShareDataFrom(const Tensor& src) ==> void Tensor::ShareDataWith(const Tensor& src) 3. DDim Tensor::dims() const ==> const DDim& Tensor::dims() const
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
-
- 18 7月, 2017 2 次提交
- 17 7月, 2017 4 次提交
-
-
由 Yu Yang 提交于
Basically following http://pybind11.readthedocs.io/en/stable/advanced/pycpp/numpy.html * Use buffer protocol to return a view of Tensor. It can be cast to numpy array in Python. * Set a numpy array to a tensor.
-
由 fengjiayi 提交于
-
由 qijun 提交于
-
由 qijun 提交于
-
- 15 7月, 2017 3 次提交