1. 26 3月, 2021 1 次提交
  2. 30 7月, 2020 1 次提交
  3. 10 4月, 2020 1 次提交
  4. 29 11月, 2019 1 次提交
    • H
      Add dygraph execution context (#20157) · ac854670
      hong 提交于
      * add_dygraph_execution_context
      
      * add dygraph infershape context and execution context; test=develop
      
      * fix imperative bug; test=develop
      
      * remove inputs outputs interface from execution context,
      because it have same function with inputNames;
      test=develop
      
      * remove tracer_test ctest; test=develop
      
      * fix split op bug; test=develop
      
      * fix unitests bug; test=develop
      
      * fix distribute test bug; test=develop
      
      * fix ngraph compile bug; test=develop
      
      * fix grad maker bug; test=develop
      
      * fix load op bugs; test=develop
      
      * fix operator.cc construct bug; test=develop
      
      * remove useless name find in operator; test=develop
      
      * add tracer_test; test=develop
      
      * fix concat, split bug; test=develop
      
      * remove tracer_test unitest; test=develop
      
      * fix attribute check bug; test=develop
      
      * add test code to fix converage; test=develop
      
      * remove useless code, change check backward input in engin; test=develop
      
      * unlock var type infer shape;test=develop
      
      * add ShareAllLoD api; test=develop
      
      * add dygraph infershape context unitest; test=develop
      
      * remove increase and decrease lod in dygraph; test=develop
      
      * addd override; test=develop
      
      * fix increase descrease lod; test=develop
      
      * fix paddle_enforce; test=develop
      
      * disable lod op dygraph check; test=develop
      
      * fix paddle enforce error; test=develop
      
      * add comment for op_registry and OperatorBase; test=develop
      
      * optimize the comment of op_registry; test=develop
      
      * fix format of comment; test=develop
      
      * fix format of comment; test=develop
      
      * optimize the format of comment; test=develop
      
      * optimize the format of the comment; test=develop
      
      * optimize comment of op_registry; test=develop
      ac854670
  5. 21 6月, 2019 1 次提交
  6. 22 4月, 2019 1 次提交
  7. 20 3月, 2019 2 次提交
  8. 19 3月, 2019 1 次提交
  9. 18 3月, 2019 1 次提交
  10. 15 3月, 2019 1 次提交
  11. 28 12月, 2018 1 次提交
  12. 12 12月, 2018 1 次提交
  13. 26 11月, 2018 1 次提交
  14. 08 11月, 2018 2 次提交
  15. 05 11月, 2018 1 次提交
  16. 03 9月, 2018 1 次提交
  17. 26 8月, 2018 1 次提交
  18. 14 8月, 2018 1 次提交
  19. 25 6月, 2018 1 次提交
  20. 22 6月, 2018 2 次提交
  21. 20 6月, 2018 1 次提交
  22. 19 6月, 2018 4 次提交
  23. 15 6月, 2018 3 次提交
  24. 13 6月, 2018 1 次提交
  25. 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
  26. 04 5月, 2018 1 次提交
  27. 28 4月, 2018 1 次提交
  28. 12 2月, 2018 1 次提交
  29. 10 2月, 2018 2 次提交
  30. 09 2月, 2018 1 次提交
  31. 27 12月, 2017 1 次提交
    • Y
      Rename API of DeviceContext (#7055) · 15e8c80e
      Yu Yang 提交于
      * Rename API of DeviceContext
      
      Make them as usual names.
      
      * Rename API of DeviceContext
      
      Make them as usual names.
      
      * Fix compile
      
      * Fix compile
      
      * Fix compile
      
      * Fix compile
      
      * Fix compile
      15e8c80e