• W
    [Eager] Remove non static mode (#41422) · 5577f411
    Weilong Wu 提交于
    * [Eager] Support test_layers's test cases switch to eager mode
    
    * Update batch_norm _C_ops action to fix CI
    
    * Use None instead of new EmptyTensor
    
    * Updated var name
    
    * Make sure to switch eager mode, Fix Coverage_CI
    
    * Remove _non_static_mode statement
    
    * Remove batch_norm dispensable input statement
    
    * Polish batch_norm code
    
    * Fix CI issue
    
    * Remove _non_static_mode()
    5577f411
norm.py 21.9 KB