1. 01 9月, 2018 1 次提交
  2. 31 8月, 2018 2 次提交
  3. 28 8月, 2018 1 次提交
  4. 27 8月, 2018 3 次提交
  5. 25 8月, 2018 4 次提交
  6. 24 8月, 2018 2 次提交
  7. 23 8月, 2018 5 次提交
  8. 22 8月, 2018 1 次提交
  9. 21 8月, 2018 1 次提交
  10. 16 8月, 2018 1 次提交
  11. 15 8月, 2018 3 次提交
  12. 10 8月, 2018 1 次提交
  13. 07 8月, 2018 2 次提交
    • M
      Fix pybind11 problem · 6abe819f
      minqiyang 提交于
      Fix str and bytes problem
      Fix sorted problem
      Fix math problem
      Fix CI problem
      6abe819f
    • C
      Fix the result of unit test (#12520) · 93152b0b
      chengduo 提交于
      * fix the result of unit test
      
      * fix resnext
      
      * compare the result of PE and Exe
      
      * compare the result of reduce and allreduce
      93152b0b
  14. 01 8月, 2018 1 次提交
  15. 31 7月, 2018 1 次提交
    • D
      Memory/reshape op (#12414) · 91fb0156
      dzhwinter 提交于
      * "remove inplace in single op"
      
      * "fix ci"
      
      * "add transpiler case"
      
      * fix conflict
      
      * "fix reshape"
      
      * "delete reshape inplace attr"
      
      * "follo the comments"
      
      * "rerun ci"
      91fb0156
  16. 26 7月, 2018 1 次提交
  17. 23 7月, 2018 1 次提交
  18. 22 7月, 2018 1 次提交
  19. 20 7月, 2018 1 次提交
  20. 17 7月, 2018 1 次提交
    • W
      Remove block api (#12107) · db67d60e
      Wu Yi 提交于
      * remove block api
      
      * remove clone_variable
      
      * hide block inner apis
      
      * update
      
      * fix tests
      db67d60e
  21. 11 7月, 2018 2 次提交
  22. 29 6月, 2018 2 次提交
  23. 28 6月, 2018 1 次提交
  24. 27 6月, 2018 1 次提交
    • P
      bnorm+relu fuse for mkldnn (inference) (#11434) · 9a15c923
      pzelazko-intel 提交于
      * bnorm+relu fuse for mkldnn
      
      * separate fuse_relu function
      
      * bug fix
      
      * proper while range in inference_transpiler
      
      * description fix
      
      * review fix
      
      * review fix
      
      * unit test for fwd batch norm+relu MKLDNN fuse
      9a15c923