Update tensorflow/core/graph/mkl_graph_util.h
Co-Authored-By: Penporn Koanantakool <38085909+penpornk@users.noreply.github.com>
This commit is contained in:
parent
3f0778f3b1
commit
5a1d0baba5
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user