未验证 提交 31bf1e88 编写于 作者: H hong 提交者: GitHub

Fix new ir polygama op bug (#55278)

* update polygama

* udpate compact

* format yaml file
上级 89600fa1
......@@ -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 :
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册