未验证 提交 80472116 编写于 作者: S Sylwester Fraczek 提交者: GitHub

remove duplicate mkldnn_data_type (#51598)

上级 16abb325
...@@ -33,7 +33,6 @@ std::unordered_set<std::string> global_extra_attrs = { ...@@ -33,7 +33,6 @@ std::unordered_set<std::string> global_extra_attrs = {
"use_mkldnn", "use_mkldnn",
"mkldnn_data_type", "mkldnn_data_type",
"use_quantizer", "use_quantizer",
"mkldnn_data_type",
"use_cudnn", "use_cudnn",
"name", "name",
"with_quant_attr"}; "with_quant_attr"};
......
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
backward : conv2d_grad backward : conv2d_grad
extra : extra :
attrs : [bool is_test = false, bool use_cudnn = true, bool use_mkldnn = false, bool use_addto = false, attrs : [bool is_test = false, bool use_cudnn = true, bool use_mkldnn = false, bool use_addto = false,
str mkldnn_data_type = "float32", bool force_fp32_output = false, bool force_fp32_output = false,
int workspace_size_MB = phi::backends::gpu::GetDefaultConvWorkspaceSizeLimitMB(), bool exhaustive_search = false] int workspace_size_MB = phi::backends::gpu::GetDefaultConvWorkspaceSizeLimitMB(), bool exhaustive_search = false]
- op : conv2d_fusion - op : conv2d_fusion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册