• W
    [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer (#46326) · 7fb20b46
    Weilong Wu 提交于
    * [Eager] math op sink to Cpp level
    
    * fix ci errors
    
    * draft version
    
    
    * support + and - operator under cpp directly
    
    * add static test
    
    * polish code
    
    * promote types or unify right type to left
    
    * recover static test case
    
    * polish code and fix some ci errors
    
    * support complex and polish code
    
    * fix conflicts
    
    * fix windows ci errors
    
    * fix windows-inference-ci errors
    
    * polish and fix tests
    
    * fix test case
    
    * polish code
    
    * [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer
    
    * rm useless glog
    
    * polish code
    
    * polish code and fix code-format
    
    * polish code
    
    * fix CI
    
    * polish code
    7fb20b46
eager_utils.cc 51.1 KB