- 02 8月, 2017 1 次提交
-
- 13 7月, 2017 3 次提交
-
-
由 Yu Yang 提交于
* Convert `op` --> `operators` * Remove AddType in OpProtoMaker, because type is part of registry. * Rename CPU_OR_GPU --> DEVICE_TYPE in registry macro.
-
由 Yu Yang 提交于
* Refine register methods, make Op can get rid of whole-archieve * `USE_OP` before a op is used. * Add unittest for add_op.
-
由 Helin Wang 提交于
-
- 12 7月, 2017 2 次提交
-
-
由 Yu Yang 提交于
* User can register OpKernel to its Ops. The OpKernelMap saved in OperatorWithKernel. Each Op which inherits OperatorWithKernel will use `OpKernel::Compute` instead of Run.
-
由 Qiao Longfei 提交于
Add OperatorBase. issue: https://github.com/PaddlePaddle/Paddle/issues/2790 Paddle design the Operator with Kernel. OperatorBase has no type and device information when create, One operator can have multiple kernels, Operator will choose a kernel to run according to context. The kernel should be bind to Operator before or during Operator running.
-
- 11 7月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Expose paddle.framework by pybind11 * Export paddle.framework.{Scope, Variable} to paddle.v2.framework.core. * See python/paddle/v2/framework/tests/test_scope.py for Python usage * See paddle/pybind/pybind.cc for C++ bind code. * add copyright
-
- 29 6月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 28 6月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 26 6月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 20 6月, 2017 4 次提交
- 10 6月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 04 6月, 2017 1 次提交
-
-
由 dzhwinter 提交于
-
- 27 5月, 2017 1 次提交
-
-
由 Helin Wang 提交于
-
- 18 5月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 17 5月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 16 5月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 13 5月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 28 3月, 2017 1 次提交
-
-
由 qiaolongfei 提交于
-
- 10 1月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 04 1月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 28 12月, 2016 1 次提交
-
-
由 hedaoyuan 提交于
-
- 15 12月, 2016 1 次提交
-
-
由 hedaoyuan 提交于
-
- 13 11月, 2016 1 次提交
-
-
由 Yu Yang 提交于
* Check all files by pre commit hooks
-
- 08 9月, 2016 1 次提交
-
-
由 liuyuan04 提交于
Change-Id: I0b8608feab8f6be5094e8981fc5f65cb401ed415
-
- 29 8月, 2016 1 次提交
-
-
由 zhangjinchao01 提交于
ISSUE=4586495 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
-