提交 59a90d08 编写于 作者: H Haihao Shen

Fix typo

上级 b3f8df59
...@@ -189,7 +189,7 @@ void Conv2DOpMaker::Make() { ...@@ -189,7 +189,7 @@ void Conv2DOpMaker::Make() {
"whenever convolution output is as an input to residual " "whenever convolution output is as an input to residual "
"connection.") "connection.")
.SetDefault(false); .SetDefault(false);
AddAttr<bool>("fuse_fp32_output", "(bool, default false) Force INT8 kernel output FP32, only used in mkldnn kernel") AddAttr<bool>("force_fp32_output", "(bool, default false) Force INT8 kernel output FP32, only used in mkldnn kernel")
.SetDefault(false); .SetDefault(false);
AddAttr<std::string>( AddAttr<std::string>(
"data_format", "data_format",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册