Update tensorflow/core/graph/mkl_graph_util.h

Co-Authored-By: Penporn Koanantakool <38085909+penpornk@users.noreply.github.com>
This commit is contained in:
Niranjan Hasabnis 2019-10-08 10:11:38 -07:00 committed by GitHub
parent 3f0778f3b1
commit 5a1d0baba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ static inline bool IsMklLayoutDependentOp(const string& op_name, DataType T) {
if (kernel.find(kMklLayoutDependentOpLabelPattern) != string::npos) {
return (T == DT_FLOAT);
}
#endif
#endif // ENABLE_INTEL_MKL_BFLOAT16
return false;
}