提交 d2521dab 编写于 作者: Z zhangyang

remove DLOG

上级 f19fc51b
......@@ -35,7 +35,6 @@ class FeedOp : public framework::OperatorBase<DeviceType> {
auto out_dims = param_.Out()->dims();
out_dims[0] = param_.BatchSize();
param_.Out()->Resize(out_dims);
DLOG << "feed_op output dims size" << out_dims.size();
// note : mobile infershape iscalled when executer is created. so do not
// pass lod here .
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册