1. 30 10月, 2018 1 次提交
  2. 03 7月, 2018 2 次提交
  3. 02 7月, 2018 1 次提交
  4. 01 7月, 2018 2 次提交
  5. 16 5月, 2018 1 次提交
  6. 12 4月, 2018 1 次提交
    • Y
      Remove the use of ARCHIVE_START/END (#9844) · e90e7ab2
      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.
      e90e7ab2
  7. 30 3月, 2018 1 次提交
  8. 14 3月, 2018 1 次提交
  9. 11 2月, 2018 1 次提交
  10. 10 2月, 2018 1 次提交
  11. 23 1月, 2018 1 次提交
  12. 28 12月, 2017 1 次提交
  13. 29 9月, 2017 2 次提交
  14. 31 8月, 2017 1 次提交
  15. 29 8月, 2017 1 次提交
  16. 23 8月, 2017 1 次提交
  17. 07 8月, 2017 1 次提交
  18. 02 8月, 2017 1 次提交
  19. 13 7月, 2017 3 次提交
  20. 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
  21. 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
  22. 29 6月, 2017 1 次提交
  23. 28 6月, 2017 1 次提交
  24. 26 6月, 2017 1 次提交
  25. 20 6月, 2017 4 次提交
  26. 10 6月, 2017 1 次提交
  27. 04 6月, 2017 1 次提交
  28. 27 5月, 2017 1 次提交
  29. 18 5月, 2017 1 次提交
  30. 17 5月, 2017 1 次提交
  31. 16 5月, 2017 1 次提交