1. 12 7月, 2017 2 次提交
    • Y
      Add OperatorWithKernel class · 0ff81920
      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.
      0ff81920
    • Q
      add operator base (#2725) · a2e5f652
      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.
      a2e5f652
  2. 11 7月, 2017 1 次提交
    • Y
      Expose paddle.framework by pybind11 (#2793) · 27b196ba
      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
      27b196ba
  3. 29 6月, 2017 1 次提交
  4. 28 6月, 2017 1 次提交
  5. 26 6月, 2017 1 次提交
  6. 20 6月, 2017 4 次提交
  7. 10 6月, 2017 1 次提交
  8. 04 6月, 2017 1 次提交
  9. 27 5月, 2017 1 次提交
  10. 18 5月, 2017 1 次提交
  11. 17 5月, 2017 1 次提交
  12. 16 5月, 2017 1 次提交
  13. 13 5月, 2017 1 次提交
  14. 28 3月, 2017 1 次提交
  15. 10 1月, 2017 1 次提交
  16. 04 1月, 2017 1 次提交
  17. 28 12月, 2016 1 次提交
  18. 15 12月, 2016 1 次提交
  19. 13 11月, 2016 1 次提交
  20. 08 9月, 2016 1 次提交
  21. 29 8月, 2016 1 次提交