1. 30 7月, 2020 4 次提交
  2. 29 7月, 2020 1 次提交
  3. 28 7月, 2020 1 次提交
  4. 27 7月, 2020 2 次提交
  5. 23 7月, 2020 2 次提交
    • L
      Refine squeeze, test=develop (#25281) · 4ec1251a
      Leo Chen 提交于
      * refine squeeze, test=develop
      
      * update squeeze, test=develop
      
      * refine compile-time infershape, test=develop
      
      * add more unittest, test=develop
      
      * follow comments, test=develop
      
      * add update_api, test=develop
      
      * follow comments, test=develop
      4ec1251a
    • C
      New features, add sinh and cosh op, test=develop (#25495) · 70cee22f
      cnn 提交于
      * New features, add sinh and cosh op, test=develop
      
      * remove duplicate test function and remove out paramters, test=develop
      
      * Add out paramters temporary, remove later. test=develop
      
      * remove out args, PR 25570, test=develop
      
      * remove TestParameter, test=developx
      
      * add test api for static dygraph, test=develop
      
      * add backword unittests for sinh and cosh, test=develop
      70cee22f
  6. 21 7月, 2020 3 次提交
  7. 20 7月, 2020 2 次提交
  8. 17 7月, 2020 1 次提交
  9. 16 7月, 2020 2 次提交
  10. 15 7月, 2020 3 次提交
  11. 14 7月, 2020 4 次提交
  12. 13 7月, 2020 2 次提交
  13. 12 7月, 2020 1 次提交
  14. 10 7月, 2020 2 次提交
  15. 09 7月, 2020 1 次提交
  16. 07 7月, 2020 1 次提交
  17. 18 6月, 2020 1 次提交
  18. 02 6月, 2020 1 次提交
  19. 28 5月, 2020 1 次提交
  20. 15 5月, 2020 1 次提交
  21. 14 5月, 2020 2 次提交
  22. 29 4月, 2020 1 次提交
  23. 27 4月, 2020 1 次提交
    • L
      Add trace op (#23873) · 077e5a0f
      Li Fuchen 提交于
      * add trace op, test=develop
      
      * Optimized the implementation of trace op, test=develop
      
      * fix a bug of include in trace_op.h, test=develop
      
      * move trace API from creation to math, test=develop
      
      * modified en doc. test=develop
      
      * add complex trace api
      
      * add complex sum api, test=develop
      
      * modified en doc of complex sum and trace, test=develop
      
      * modified doc and trace API, test=develop
      
      * modified en doc of trace and sum, test=develop
      
      * modified comment in complex kron API, test=develop
      
      * OP Should Not Have Unused Input, test=develop
      
      * add GetExpectedKernelType, test=develop
      077e5a0f