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

add log to analyse mkldnn models (#32342)

上级 1e3a94be
......@@ -1236,7 +1236,8 @@ void OperatorWithKernel::ChooseKernel(const RuntimeContext& ctx,
}
}
}
VLOG(3) << "expected_kernel_key:" << expected_kernel_key;
VLOG(3) << "op type:" << type_
<< ", expected_kernel_key:" << expected_kernel_key;
auto kernel_iter = kernels.find(expected_kernel_key);
#ifdef PADDLE_WITH_MKLDNN
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册