1. 11 2月, 2022 1 次提交
  2. 18 1月, 2022 1 次提交
  3. 12 1月, 2022 1 次提交
  4. 14 9月, 2021 1 次提交
  5. 13 9月, 2021 2 次提交
  6. 01 6月, 2021 1 次提交
  7. 25 5月, 2021 1 次提交
    • C
      modify Ops to complex template (#33041) · 5fa44c34
      chentianyu03 提交于
      * modify conj, real, imag OP to complex template
      
      * replace with complex template to dot Op
      
      * replace with complex template to Abs Op
      
      * add support for complex64 and complex128
      5fa44c34
  8. 20 5月, 2021 1 次提交
  9. 10 5月, 2021 1 次提交
  10. 20 1月, 2021 1 次提交
    • 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