• Y
    Add full_like composite rule (#50794) · 7468bab4
    Yichen Zhang 提交于
    * implement composite full_like and simple unit test
    
    * implement op tests for composite full_like op
    
    * some modification as reviewers suggested
    add cinn op test to CMakeLists.txt
    fix code style
    
    * fix code style
    
    * modify input args of prim fill_any_like op
    
    * resolve conflicts
    
    * resolve conflicts
    
    * modify python api and unit tests as suggested
    
    * resolve conflicts
    
    * resolve conflicts
    
    * use framework.dtype to convert dtype in Op test
    7468bab4
composite_rules.py 9.1 KB