• C
    [Cherry-pick] Complex grad for matmul, kron and type promotion (#30304) · 7346edc2
    chentianyu03 提交于
    * complex gradient matmul  (#29966)
    
    * dot op support complex types
    
    * matmul support complex types
    
    * add test case
    
    * matmul broadcast gradient support complex
    
    * move conjFunctor to complex_functor.h
    
    * change the kron gradient when complex types (#29995)
    
    * type promotion for grad (#30177)
    
    * type promotion for grad
    
    * add type promotion for div op
    7346edc2
complex_functors.h 4.8 KB