diff --git a/paddle/phi/api/yaml/op_compat.yaml b/paddle/phi/api/yaml/op_compat.yaml index 0a36b4d6de995d1394d75f0bb2fbda36b588ebf4..0aa0de1f8b6237dbc758131417d014d8a0ccfefb 100755 --- a/paddle/phi/api/yaml/op_compat.yaml +++ b/paddle/phi/api/yaml/op_compat.yaml @@ -1310,6 +1310,30 @@ outputs : {out : Out, residual : Residual} +- op : i0 + inputs : + {x : x} + outputs : + out : out + +- op : i0e + inputs : + {x : x} + outputs : + out : out + +- op : i1 + inputs : + {x : x} + outputs : + out : out + +- op : i1e + inputs : + {x : x} + outputs : + out : out + - op : imag backward : imag_grad inputs : @@ -1897,6 +1921,12 @@ extra : attrs : [bool use_mkldnn = false] +- op : nextafter + inputs : + {x : x, y : y} + outputs : + out : out + - op : nll_loss backward : nll_loss_grad inputs : @@ -2001,6 +2031,12 @@ outputs : out : Out +- op : polygamma + inputs : + x : x + outputs : + out : out + - op : pool2d backward : pool2d_grad, pool2d_double_grad inputs :