fix warning message

This commit is contained in:
xiaohong1031 2021-04-19 09:37:45 -07:00 committed by Penporn Koanantakool
parent 30fdffd2ae
commit 74ba5d23d2

View File

@ -3701,7 +3701,7 @@ MklLayoutRewritePass::CheckForQuantizedNodeRewrite(const Node* n) const {
#else
VLOG(0) << "MklLayoutRewritePass::RewriteInfo does not support INT8"
<< " data type for native format. Please switch to Intel "
<< "Optimized Tensorflow and set environment variable "
<< "Optimized Tensorflow and set the environment variable "
<< "TF_ENABLE_MKL_NATIVE_FORMAT to false.";
#endif // defined(ENABLE_MKL)
});