- 23 9月, 2017 10 次提交
-
-
由 fengjiayi 提交于
-
由 Zhuoyuan 提交于
make RecurrentOp's backward compatible with framework
-
由 Qiao Longfei 提交于
Fix progma_once error
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
Change namespace of pybind.cc to pybind
-
由 fengjiayi 提交于
Remove `numel` field in tensor
-
由 Yu Yang 提交于
-
由 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.
-
由 Yu Yang 提交于
-
由 superjom 提交于
-
- 22 9月, 2017 15 次提交
-
-
由 gongweibao 提交于
Elementwise operator add/sub/mul/div
-
由 Yiqun Liu 提交于
Fix bug in cc_library, when merging several libraries into one on Linux.
-
由 Liu Yiqun 提交于
-
由 qingqing01 提交于
Add bool type for attribute and use it in dropout_op.
-
由 dangqingqing 提交于
-
由 qingqing01 提交于
-
由 dangqingqing 提交于
-
由 qingqing01 提交于
Pass LoD from input to output in the operators.
-
由 武毅 提交于
* update faq * follow comments
-
由 dangqingqing 提交于
-
-
由 dangqingqing 提交于
-
由 fengjiayi 提交于
Add `BlockDesc` and `ProgramDesc` to framework.proto
-
由 fengjiayi 提交于
-
-
- 21 9月, 2017 15 次提交
-
-
由 Qiao Longfei 提交于
Fix linking error on mac.
-
由 dangqingqing 提交于
-
由 Liu Yiqun 提交于
-
由 hedaoyuan 提交于
Bug fix for get device_context in conv2d op.
-
由 hedaoyuan 提交于
-
由 QI JUN 提交于
Implement activation related operators
-
由 dangqingqing 提交于
-
由 hedaoyuan 提交于
-
由 hedaoyuan 提交于
-
由 hedaoyuan 提交于
-
由 fengjiayi 提交于
-
由 Yibing Liu 提交于
Add rank loss operator
-
由 whs 提交于
Add crop op
-
-
由 superjom 提交于
-