mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
fix warning message
This commit is contained in:
parent
30fdffd2ae
commit
74ba5d23d2
|
|
@ -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)
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user