未验证 提交 8f8fa38a 编写于 作者: A Asthestarsfalll 提交者: GitHub

[OpCompat] add fetch and update mish in op_compat.yaml (#55422)

* [OpCompat] add fetch and update mish in op_compat.yaml

* add missing outputs

* fix codestyle
上级 d778737e
......@@ -1864,7 +1864,9 @@
- op : mish
backward : mish_grad
inputs:
lambda: threshold
{x : X, lambda : threshold}
outputs:
out: Out
extra :
attrs : [bool use_mkldnn = false]
......@@ -2985,6 +2987,10 @@
yolo_loss : GetYoloLossExpectedKernelType
yolo_loss_grad : GetYoloLossExpectedKernelType
- op: fetch
inputs: {x: X}
outputs: {out: Out}
- op: full_batch_size_like (fill_constant_batch_size_like)
- op: lu
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册