• C
    Release/2.0 rc1 (#29388) · fbb6cd70
    chentianyu03 提交于
    * fix random failed of complex matmul
    
    * Make transpose, trace, kron, reshape, sum op support complex type (#29321)
    
    * 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
    fbb6cd70
test_complex_transpose.py 2.3 KB