Fix typo in log

PiperOrigin-RevId: 320436947
Change-Id: I90a81a4f89437312e7b21dc3affca7cba50417a2
This commit is contained in:
A. Unique TensorFlower 2020-07-09 11:26:50 -07:00 committed by TensorFlower Gardener
parent 5c25035765
commit 3240a3d202

View File

@ -140,7 +140,7 @@ void InfoAboutUnusedCPUFeatures() {
#endif // else of if defined(_MSC_VER) && !defined(__clang__)
if (!missing_instructions.empty()) {
LOG(INFO) << "This TensorFlow binary is optimized with "
<< "oneAPI Deep Neural Network Library (oneDNN)"
<< "oneAPI Deep Neural Network Library (oneDNN) "
<< "to use the following CPU instructions in performance-"
<< "critical operations: " << missing_instructions << std::endl
<< "To enable them in other operations, rebuild TensorFlow "