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

[OpCompat] Remove redundant mappings (#55448)

* [OpCompat] Remove redundant mappings

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