1. 09 12月, 2020 6 次提交
  2. 08 12月, 2020 10 次提交
  3. 07 12月, 2020 18 次提交
  4. 05 12月, 2020 4 次提交
  5. 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
      fix some docs test=develop;test=document_fix (#29374) · 66fd1c00
      Chen Long 提交于
      66fd1c00