1. 02 5月, 2018 2 次提交
  2. 26 4月, 2018 1 次提交
  3. 23 4月, 2018 1 次提交
  4. 18 4月, 2018 1 次提交
  5. 17 4月, 2018 1 次提交
  6. 10 4月, 2018 1 次提交
  7. 09 4月, 2018 1 次提交
  8. 04 4月, 2018 1 次提交
  9. 03 4月, 2018 1 次提交
  10. 26 3月, 2018 1 次提交
  11. 24 3月, 2018 2 次提交
  12. 21 3月, 2018 3 次提交
  13. 20 3月, 2018 3 次提交
  14. 19 3月, 2018 7 次提交
  15. 16 3月, 2018 2 次提交
  16. 15 3月, 2018 1 次提交
  17. 14 3月, 2018 3 次提交
  18. 12 3月, 2018 1 次提交
  19. 12 2月, 2018 1 次提交
  20. 10 2月, 2018 2 次提交
  21. 26 1月, 2018 1 次提交
    • K
      New Run() method for framework::Executor (#7807) · 788f5c6d
      kexinzhao 提交于
      * initial commit
      
      * add new executor run function
      
      * fix bug
      
      * fix multiple definition of feed_fetch_method issue
      
      * fix cmake
      
      * fix tensor copy error
      
      * refine executor code
      
      * add comments
      
      * temporary modification
      
      * address comments
      
      * fix bug
      788f5c6d
  22. 09 1月, 2018 1 次提交
  23. 08 1月, 2018 1 次提交
  24. 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