Fix typo in log
PiperOrigin-RevId: 320436947 Change-Id: I90a81a4f89437312e7b21dc3affca7cba50417a2
This commit is contained in:
parent
5c25035765
commit
3240a3d202
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user