未验证 提交 0b04b939 编写于 作者: A Asthestarsfalll 提交者: GitHub

[OpCompat] Remove redundant mappings (#55448)

* [OpCompat] Remove redundant mappings

* update op_compat.yaml
上级 9556beaf
...@@ -213,7 +213,6 @@ ...@@ -213,7 +213,6 @@
- op : argmax(arg_max) - op : argmax(arg_max)
inputs : inputs :
x : X x : X
axis : axis
outputs : outputs :
out : Out out : Out
scalar: scalar:
...@@ -224,7 +223,6 @@ ...@@ -224,7 +223,6 @@
- op : argmin(arg_min) - op : argmin(arg_min)
inputs : inputs :
x : X x : X
axis : axis
outputs : outputs :
out : Out out : Out
scalar: scalar:
...@@ -650,18 +648,6 @@ ...@@ -650,18 +648,6 @@
outputs : outputs :
{softmax : Softmax, loss : Loss} {softmax : Softmax, loss : Loss}
- op : cummax
inputs :
{ x : x }
outputs :
{ out : out, indices : indices }
- op : cummin
inputs :
{ x : x }
outputs :
{ out : out, indices : indices }
- op : cumprod - op : cumprod
backward : cumprod_grad backward : cumprod_grad
inputs : inputs :
...@@ -1030,9 +1016,6 @@ ...@@ -1030,9 +1016,6 @@
- op : feed - op : feed
outputs: {out: Out} outputs: {out: Out}
- op : feed_with_place
outputs: {out: out}
- op : fft_c2c - op : fft_c2c
inputs: {x: X} inputs: {x: X}
outputs: {out: Out} outputs: {out: Out}
...@@ -1349,30 +1332,6 @@ ...@@ -1349,30 +1332,6 @@
outputs : outputs :
{out : Out, residual : Residual} {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 - op : imag
backward : imag_grad backward : imag_grad
inputs : inputs :
...@@ -1981,12 +1940,6 @@ ...@@ -1981,12 +1940,6 @@
extra : extra :
attrs : [bool use_mkldnn = false] attrs : [bool use_mkldnn = false]
- op : nextafter
inputs :
{x : x, y : y}
outputs :
out : out
- op : nll_loss - op : nll_loss
backward : nll_loss_grad backward : nll_loss_grad
inputs : inputs :
...@@ -2091,12 +2044,6 @@ ...@@ -2091,12 +2044,6 @@
outputs : outputs :
out : Out out : Out
- op : polygamma
inputs :
x : x
outputs :
out : out
- op : pool2d - op : pool2d
backward : pool2d_grad, pool2d_double_grad backward : pool2d_grad, pool2d_double_grad
inputs : inputs :
...@@ -2465,10 +2412,6 @@ ...@@ -2465,10 +2412,6 @@
extra : extra :
attrs : [bool use_mkldnn=false] attrs : [bool use_mkldnn=false]
- op : shaddow_output
inputs: {x: x}
outputs: {out: out}
- op : shape - op : shape
inputs : inputs :
input : Input input : Input
...@@ -2856,10 +2799,6 @@ ...@@ -2856,10 +2799,6 @@
outputs : outputs :
out : Out out : Out
- op : tril_indices
outputs :
out : out
- op : tril_triu - op : tril_triu
backward : tril_triu_grad backward : tril_triu_grad
inputs : inputs :
...@@ -2876,10 +2815,6 @@ ...@@ -2876,10 +2815,6 @@
extra : extra :
attrs : [bool use_mkldnn = false] attrs : [bool use_mkldnn = false]
- op : triu_indices
outputs :
out : out
- op : trunc - op : trunc
inputs : inputs :
input : X input : X
...@@ -3005,12 +2940,6 @@ ...@@ -3005,12 +2940,6 @@
outputs : outputs :
{warpctcgrad : WarpCTCGrad, loss : Loss} {warpctcgrad : WarpCTCGrad, loss : Loss}
- op : warprnnt
inputs :
{input : input, label : label, input_lengths : input_lengths, label_lengths : label_lengths}
outputs :
{loss : loss, warprnntgrad : warprnntgrad}
- op : where - op : where
backward : where_grad backward : where_grad
inputs : inputs :
...@@ -3085,7 +3014,7 @@ ...@@ -3085,7 +3014,7 @@
- op: sigmoid_cross_entropy_with_logits - op: sigmoid_cross_entropy_with_logits
backward: sigmoid_cross_entropy_with_logits_grad backward: sigmoid_cross_entropy_with_logits_grad
inputs : inputs :
{x: X, label: Label, pos_weight : pos_weight} {x: X, label: Label}
outputs : outputs :
out : Out out : Out
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册