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

[NewIR]Fix new ir cummin cummax op (#55180)

* add ir output check in OpTest

* add ir grad check in op test

* fix legacy name converter bug

* add more unittest

* fix

* fix warprnn op bug

* add whit list

* polish code

* polish code

* fix cummin cummax bug

---------
Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
上级 ed6b9567
......@@ -634,6 +634,18 @@
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 :
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册