1. 20 1月, 2021 2 次提交
    • C
      make abs op support complex types (#30375) · 358106fc
      chentianyu03 提交于
      * rewrite abs op
      
      * rewrite abs op and remove abs in activation
      
      * remove abs register in old codes
      
      * fix abs_grad type error
      
      * fix abs double_grad output name error
      
      * modify abs_grad, abs_grad_grad functor for windows building
      
      * format code style
      
      * fix the bug of result is nan when the divisor is zero
      
      * add missing abs attr and add abs for float16
      358106fc
    • W
      update. (#30585) · 2d5758c4
      Wilber 提交于
      2d5758c4
  2. 19 1月, 2021 2 次提交
  3. 18 1月, 2021 2 次提交
  4. 15 1月, 2021 1 次提交
  5. 13 1月, 2021 2 次提交
  6. 12 1月, 2021 1 次提交
  7. 11 1月, 2021 1 次提交
  8. 09 1月, 2021 1 次提交
  9. 07 1月, 2021 1 次提交
  10. 06 1月, 2021 1 次提交
  11. 29 12月, 2020 2 次提交
  12. 28 12月, 2020 3 次提交
  13. 26 12月, 2020 1 次提交
  14. 25 12月, 2020 2 次提交
  15. 24 12月, 2020 1 次提交
  16. 23 12月, 2020 1 次提交
  17. 21 12月, 2020 1 次提交
  18. 19 12月, 2020 1 次提交
  19. 18 12月, 2020 1 次提交
  20. 17 12月, 2020 3 次提交
  21. 16 12月, 2020 2 次提交
  22. 15 12月, 2020 1 次提交
  23. 14 12月, 2020 2 次提交
  24. 11 12月, 2020 1 次提交
  25. 09 12月, 2020 1 次提交
  26. 08 12月, 2020 1 次提交
    • J
      added internal and external reorders to profiler (#29443) · 57a4f16d
      jakpiase 提交于
      * added external reorder to profiler
      
      * added external and internal reorders to profiler
      
      * added internal and external reorder to profiler
      
      * added formatting to int/ext reorder commit
      
      * removed unnecessary comment
      57a4f16d
  27. 07 12月, 2020 1 次提交
  28. 04 12月, 2020 1 次提交
    • C
      Make transpose, trace, kron, reshape, sum op support complex type (#29321) · 879e913b
      chentianyu03 提交于
      * add complex64 and complex128 type; add +-*/@ and slice opreator for complex types
      
      * add test cases for complex elementwise, matmul and getitem unittest
      
      * add test cases for complex types
      
      * add test cases for complex matmul unittest
      
      * kron, reshape, transpose support complex types
      
      * sum and trace op support complex types
      
      * add test case of sum and trace op
      
      * fix the bug of imag part of complex not initialized
      
      * format file
      
      * format code style
      
      * kron support type promotion; modify test cases
      879e913b