未验证 提交 dbcd7c69 编写于 作者: C cc 提交者: GitHub

Update sigmoid output from Y to out, test=develop (#24765)

上级 b0e7439f
...@@ -83,7 +83,7 @@ _op_real_in_out_name = { ...@@ -83,7 +83,7 @@ _op_real_in_out_name = {
"swish": [["X"], ["Out"]], "swish": [["X"], ["Out"]],
"dropout": [["X"], ["Out"]], "dropout": [["X"], ["Out"]],
"batch_norm": [["X"], ["Y"]], "batch_norm": [["X"], ["Y"]],
"sigmoid": [["X"], ["Y"]], "sigmoid": [["X"], ["Out"]],
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册