diff --git a/paddle/phi/api/yaml/op_compat.yaml b/paddle/phi/api/yaml/op_compat.yaml index a75b3e979ab5b62b3421a3ca79de5b0b5559d4dd..aa19a4a1027c0156c1da225f613a45603a461a4e 100755 --- a/paddle/phi/api/yaml/op_compat.yaml +++ b/paddle/phi/api/yaml/op_compat.yaml @@ -420,6 +420,12 @@ out : Out drop_empty_grad : [input_grad] +- op : cast + inputs : + x : X + outputs : + out : Out + - op : ceil backward : ceil_grad inputs : @@ -2260,6 +2266,14 @@ extra : attrs : [bool use_mkldnn = false, bool use_cudnn = false] +- op : repeat_interleave + inputs : + x : X + outputs : + out : Out + attrs : + repeats : Repeats + - op : reshape (reshape2) backward : reshape_grad (reshape2_grad) inputs: