- 30 10月, 2018 1 次提交
-
-
由 JiabinYang 提交于
-
- 03 7月, 2018 2 次提交
- 02 7月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 01 7月, 2018 2 次提交
- 16 5月, 2018 1 次提交
-
-
由 Yancey 提交于
* fix build capi * update by comment
-
- 12 4月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
* Add USE_OP of all operators and kernels and remove ARCHIVE_START/END in CMakeLists.txt of inference unittests. * Remove ARCHIVE_START/END when linking inference shared library. * Disable some fluid related cmake operations for cross-compiling.
-
- 30 3月, 2018 1 次提交
-
-
由 Tao Luo 提交于
-
- 14 3月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 11 2月, 2018 1 次提交
-
-
由 Tao Luo 提交于
-
- 10 2月, 2018 1 次提交
-
-
由 Yi Wang 提交于
-
- 23 1月, 2018 1 次提交
-
-
由 dangqingqing 提交于
-
- 28 12月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 29 9月, 2017 2 次提交
- 31 8月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 29 8月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 23 8月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 07 8月, 2017 1 次提交
-
-
由 武毅 提交于
* put everything in paddle wheel * update * update * fix unitest * with platform specs
-
- 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 提交于
-