- 14 7月, 2017 1 次提交
 - 
- 
由 qiaolongfei 提交于
 
 - 
 - 13 7月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Convert `op` --> `operators` * Remove AddType in OpProtoMaker, because type is part of registry. * Rename CPU_OR_GPU --> DEVICE_TYPE in registry macro.
 
 - 
 - 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 次提交
 - 
- 
由 qijun 提交于
 
 -