1. 28 1月, 2021 1 次提交
  2. 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
  3. 04 12月, 2020 2 次提交
    • 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
    • C
      Support type promote for basic math ops (quantum required) (#29265) · 9ad800eb
      Chen Weihang 提交于
      * basic impl of type promote
      
      * add comment & another testcase
      
      * fix complex bugs & support python op promote type
      
      * fix failed unittests & polish code
      
      * add unittest for coverage
      
      * change to only promote complex type
      
      * polish code details
      
      * polish several comments
      9ad800eb
  4. 01 12月, 2020 1 次提交