1. 22 8月, 2019 1 次提交
    • L
      Enhance OpTest to check the consistency of operators when using and not using inplace (#19101) · a9d5fc51
      Leo Chen 提交于
      * add pybind interface to get all inplace ops, test=develop
      
      * enhance OpTest to check whether the consistency of operator when using and not using inplace, test=develop
      
      * handle corner cases in op_test, test=develop
      
      * support outputs without tensor holder_, like XShape in reshape_op, test=develop
      
      * fix bug, some op has GradOpMaker, but actually no grad_op in OpInfoMap, test=develop
      
      * use reshape_grad instead of reshape in FlattenGradOp, test=develop
      
      * fix error debug dims info for variables like XShape, test=develop
      
      * change computational order in sum_op to relieve computation difference using inplace, test=develop
      
      * add inplace_atol to check group_norm, and skip inplace_grad for mkldnn, test=develop
      
      * follow sneaxiy's comments, test=develop
      
      * remove unused DefaultGradOpDescMaker in mkldnn op, test=develop
      a9d5fc51
  2. 16 8月, 2019 1 次提交
  3. 09 8月, 2019 1 次提交
  4. 12 7月, 2019 1 次提交
    • L
      not use transferscope cache in cpu case (#18578) · ff77dea9
      Leo Zhao 提交于
      * not use transferscope cache in cpu case
      
      test=develop
      
      * adjust variable name and add comments
      
      test=develop
      
      * use correct format for class member in operator.h
      
      * use correct format for class member in operator.cc
      
      test=develop
      ff77dea9
  5. 03 7月, 2019 1 次提交
  6. 23 5月, 2019 1 次提交
  7. 17 5月, 2019 1 次提交
  8. 16 5月, 2019 1 次提交
  9. 10 5月, 2019 1 次提交
  10. 26 4月, 2019 1 次提交
  11. 23 4月, 2019 1 次提交
  12. 08 4月, 2019 2 次提交
  13. 31 3月, 2019 1 次提交
  14. 29 3月, 2019 1 次提交
  15. 28 3月, 2019 1 次提交
  16. 27 3月, 2019 1 次提交
    • L
      Memory optimize (#16410) · 8d22bc17
      liuwei1031 提交于
      * fix cdn issue, test=develop
      
      * fix memory optimize bugs, test=develop
      
      * fix memory optimize bugs, test=develop
      
      * remove add/sub_2 op, test=develop
      
      * disable memory_optimize by default, test=develop
      
      * disable inplace activation in python, test=develop
      
      * fix unittests, test=develop
      
      * fix unittests, test=develop
      
      * bug-fix, test=develop
      8d22bc17
  17. 26 3月, 2019 1 次提交
  18. 24 3月, 2019 1 次提交
  19. 21 3月, 2019 1 次提交
  20. 19 3月, 2019 3 次提交
  21. 18 3月, 2019 1 次提交
  22. 15 3月, 2019 1 次提交
  23. 13 3月, 2019 1 次提交
  24. 12 3月, 2019 2 次提交
  25. 11 3月, 2019 1 次提交
  26. 06 3月, 2019 1 次提交
  27. 05 3月, 2019 3 次提交
  28. 04 3月, 2019 2 次提交
  29. 01 3月, 2019 3 次提交
  30. 25 2月, 2019 1 次提交
    • X
      polish · 5dd281f7
      Xin Pan 提交于
      test=develop
      5dd281f7
  31. 21 2月, 2019 1 次提交