1. 13 2月, 2020 1 次提交
    • load inference model from memory buffer, test=release/1.7 (#22562) · baec7a35
      石晓伟 提交于
      * 1. load model from memory
      
      2. scale is no longer added when saving inference model
      
      test=develop
      
      * raise ci coverage, test=develop
      
      * supports saving weights to memory. test=develop
      
      * raise ci coverage, test=develop
      
      * fix PADDLE_ENFORCE messages, test=develop
      baec7a35
  2. 25 12月, 2019 1 次提交
  3. 25 3月, 2019 3 次提交
  4. 20 3月, 2019 2 次提交
  5. 28 12月, 2018 1 次提交
  6. 12 12月, 2018 1 次提交
  7. 08 11月, 2018 1 次提交
  8. 05 11月, 2018 1 次提交
  9. 23 10月, 2018 1 次提交
  10. 03 9月, 2018 1 次提交
  11. 26 8月, 2018 1 次提交
  12. 11 5月, 2018 1 次提交
  13. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  14. 12 2月, 2018 1 次提交
  15. 10 2月, 2018 2 次提交
  16. 09 2月, 2018 1 次提交
  17. 31 1月, 2018 1 次提交
    • S
      Add variant of new load and save ops for storing model params in a single file (#7909) · 2e907c36
      Siddharth Goyal 提交于
      * Add save_combine_op
      
      * Add load_combine_op and test
      
      * Add unit-test
      
      * Add a delete to free buffer memory
      
      * Add new variant of load/save
      
      * Fix unit-test
      
      * Add another unit test for compatibility with original save/load
      
      * Address review comments and simplify logic
      
      * Address review comments and simplify code - part 2
      
      * Fix naming issues and CMake problems
      
      * Address review comments
      
      * Fix LoD information in tests
      
      * Address review comments: round 2
      2e907c36
  18. 27 12月, 2017 4 次提交
  19. 26 12月, 2017 1 次提交
  20. 24 12月, 2017 1 次提交
    • D
      Feature/operator run place (#6783) · 735eba29
      dzhwinter 提交于
      * "change operator interface"
      
      * "move devicepool to device_context"
      
      * "fix operator test"
      
      * "fix op_registry Run interface"
      
      * "net op passed. Need to fix nccl multi-Context"
      
      * "add nccl group function"
      
      * "add nccl group function"
      
      * "fix gpu count exceed 32 error"
      
      * "fix recurrent op, nccl op"
      
      * "change the other operators interface with Place"
      
      * "fix typo"
      
      * "fix pybind"
      
      * "fix device in python side"
      
      * "fix pybind failed"
      
      * "add init for test"
      
      * "fix CI"
      735eba29
  21. 20 12月, 2017 1 次提交
  22. 28 11月, 2017 1 次提交
    • Send recv op (#5520) · 0a8a86e0
      武毅 提交于
      * WIP send recv op
      
      * WIP send recv
      
      * put grpc impl in details
      
      * put grpc impl in details
      
      * update wip
      
      * update proto
      
      * update proto
      
      * update proto
      
      * clean cmake
      
      * wip on op implementations
      
      * wip on op implementations
      
      * compile ok adding ut
      
      * wip unitest
      
      * add extern cares for linking
      
      * wip add ut
      
      * working version send recv
      
      * revert optimizer.py
      
      * update test cmake
      
      * add libtool to dockerfile
      
      * update cmake dependency
      
      * update cmake depends
      
      * update cmake grpc depends
      
      * fix cmake dependency
      
      * fix compile error
      
      * fix compile
      
      * follow comments
      
      * update
      
      * update copyfrom
      0a8a86e0
  23. 04 11月, 2017 1 次提交
  24. 26 10月, 2017 1 次提交
    • Y
      Feature/save op (#5090) · efc2464f
      Yu Yang 提交于
      * Init
      
      * Stash
      
      * Polish SaveLoadOp
      
      * Fix CI
      
      * Polish code
      
      * Save GPU Tensor
      
      * Stash
      
      * Fix CI
      efc2464f