• C
    change grad elementwise_mul for complex types (#29757) · ddfc3d2c
    chentianyu03 提交于
    * add conj op for complex types
    
    * add conj for complex types
    
    * add more test case
    
    * add conj_op test
    
    * modify conj api and impl
    
    * add complex type for fill_constant_op xpu
    
    * add setConstant for complex type
    
    * remove complex conj test file
    
    * user define grad for test_conj_op
    
    * add test case for static mode of conj api
    
    * modify conj doc
    
    * change input args name to x
    
    * remove useless codes
    
    * conj support real types
    
    * add conj test case for real number
    
    * delete no need to calculate inputs in dygraph op_test
    
    * delete no need to calculate inputs in dygraph op_test
    
    * modify grad of mul for complex types
    
    * fix the grads of inputs args order not match bug
    ddfc3d2c
elementwise_mul_op.cu 6.7 KB