提交 ac9ae970 编写于 作者: T tangwei12

code fix

上级 479a443f
......@@ -186,7 +186,7 @@ class SumMKLDNNOpKernel : public paddle::framework::OpKernel<T> {
}
if (in_dim.empty()) {
VLOG(3) << "WARNING: all the inputs are empty"
VLOG(3) << "WARNING: all the inputs are empty";
}
in_dim[0] = static_cast<int64_t>(first_dim);
......
......@@ -115,7 +115,7 @@ class SumKernel : public framework::OpKernel<T> {
}
}
if (in_dim.empty()) {
VLOG(3) << "WARNING: all the inputs are empty"
VLOG(3) << "WARNING: all the inputs are empty";
}
in_dim[0] = static_cast<int64_t>(first_dim);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册