1. 30 11月, 2021 1 次提交
  2. 23 11月, 2021 1 次提交
  3. 28 6月, 2021 1 次提交
  4. 17 6月, 2021 1 次提交
  5. 11 6月, 2021 1 次提交
  6. 09 1月, 2021 1 次提交
    • P
      add View(reuse allocation) strategy on squeeze, unsqueeze, reshape, flatten op (#29913) · da16b33f
      pangyoki 提交于
      * add view strategy on squeeze,unsqueeze,reshape,flatten
      
      * add squeeze unittest
      
      * add unittests
      
      * use View strategy as name rather than Reuse Allacation
      
      * fix view api doc
      
      * fix format
      
      * use core.ops when input of reshape2 is Tensor
      
      * fix test_cross_entropy_loss error because of reshape2
      
      * delete selected_rows
      
      * change op_function
      
      * little change
      
      * solve HandleViewBetweenInputAndOutput
      da16b33f
  7. 18 11月, 2020 1 次提交
  8. 18 8月, 2020 1 次提交
  9. 17 8月, 2020 1 次提交
  10. 31 3月, 2020 1 次提交
    • L
      Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) · 488b2387
      Leo Chen 提交于
      * expand parameters, test=develop
      
      * support resnet, test=develop
      
      * fix resnet, test=develop
      
      * support duplicable out, test=develop
      
      * support ptb
      
      * fix bugs, test=develop
      
      * support null input, test=develop
      
      * fix bugs, test=develop
      
      * fix batchNorm is_test, test=develop
      
      * refine code, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      488b2387
  11. 10 12月, 2019 1 次提交
  12. 28 3月, 2019 1 次提交
    • C
      Fix the interface of Pass::Apply (#16484) · ed61d67c
      chengduo 提交于
      * modify the interface of Pass::Allay
      test=develop
      
      * Polish code
      test=develop
      
      * Fix Travis CI
      test=develop
      
      * fix Pass::Apply interface
      test=develop
      
      * Fix Travis CI
      test=develop
      ed61d67c
  13. 21 2月, 2019 1 次提交
  14. 31 1月, 2019 1 次提交
  15. 29 8月, 2018 1 次提交
  16. 21 8月, 2018 1 次提交
  17. 09 8月, 2018 1 次提交
  18. 26 7月, 2018 4 次提交
  19. 22 7月, 2018 1 次提交
  20. 19 7月, 2018 1 次提交
  21. 18 7月, 2018 4 次提交
  22. 26 6月, 2018 1 次提交
  23. 11 6月, 2018 1 次提交
  24. 08 6月, 2018 1 次提交
  25. 06 6月, 2018 1 次提交
    • Y
      SSA Graph Builder Factory · d9af1532
      yuyang18 提交于
      * Use Builder Chain to decorate new builders. It is easy to extend
        builders.
      * Make graphviz path as a build strategy, not a FLAGS.
      d9af1532
  26. 15 5月, 2018 1 次提交
  27. 14 5月, 2018 2 次提交
  28. 07 4月, 2018 1 次提交
  29. 07 3月, 2018 2 次提交
  30. 06 3月, 2018 2 次提交
  31. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3