- 12 12月, 2018 1 次提交
-
-
由 Yu Yang 提交于
test=develop
-
- 16 11月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* wip simplify operator framework * wip * wip * done test=develop * clean test=develop * fix test=develop * fix deps test=develop * fix cpu build test=develop * fix tensorrt build test=develop * fix tests test=develop * fix test=develop * fix cpu build test=develop
-
- 20 8月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Fix bug in conditional_block_op. * Fix bug and add comments. * Rename arguments.
-
- 10 7月, 2018 1 次提交
-
-
由 qingqing01 提交于
1. Fix bug when only true or false branch works. 2. Fix bug in unit testing.
-
- 02 7月, 2018 1 次提交
-
-
由 sneaxiy 提交于
-
- 08 5月, 2018 1 次提交
-
-
由 Yu Yang 提交于
Do not use ctor * Reduce line of codes. * We can use virtual function for Maker now. * The implementation does not care what maker holds, it is easier to refactor later.
-
- 25 4月, 2018 1 次提交
-
-
由 Abhinav Arora 提交于
-
- 20 4月, 2018 1 次提交
-
-
由 Abhinav Arora 提交于
-
- 29 3月, 2018 2 次提交
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 09 2月, 2018 1 次提交
-
-
由 Yang Yang 提交于
-
- 07 2月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
Impl scalar switch case op with condition op
-
- 26 12月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 24 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "change operator interface" * "move devicepool to device_context" * "fix operator test" * "fix op_registry Run interface" * "net op passed. Need to fix nccl multi-Context" * "add nccl group function" * "add nccl group function" * "fix gpu count exceed 32 error" * "fix recurrent op, nccl op" * "change the other operators interface with Place" * "fix typo" * "fix pybind" * "fix device in python side" * "fix pybind failed" * "add init for test" * "fix CI"
-
- 22 12月, 2017 1 次提交
-
-
由 xuwei06 提交于
For input argument with a list of variables, drop_empty_grad is not allowed because it makes the correspondence bewteen a variable and its gradient ambiguous. Use REGISTER_OP_EX to register the op or call InputGrad(?,false) in GradOpDescMaker.
-
- 21 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Rename XXDescBind --> XXDesc * Fix Compile
-
- 20 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Move framework.proto to proto namespace * Fix compile * Fix compile * Fix Compile
-
- 14 12月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 11 12月, 2017 1 次提交
-
-
由 Yiqun Liu 提交于
* Fix compiling error of gcc4.9. * Refine the check of cxx compiler flags in api/CMakeLists.txt.
-
- 14 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Conditional Block Forward * Assign Operator. Out=X, when type in [LoDTensor/SelectedRows/LoDTensorArray] * Stash * Add Scope::Rename it is useful in gradient phase of an operator with block * ConditionalBlock Grad Done * Add comments * yapf format code
-