Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsMklTensor
Method
IsMklTensor
tensorflow/core/util/mkl_util.h:313–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
inline const bool IsMklTensor() const { return data_.is_mkl_tensor_; }
314
inline void SetMklTensor(bool is_mkl_tensor) {
315
data_.is_mkl_tensor_ = is_mkl_tensor;
316
}
Callers
15
operator==
Method · 0.95
SkipReorder
Method · 0.80
Compute
Method · 0.80
Compute
Method · 0.80
SanityCheckInputs
Method · 0.80
Compute
Method · 0.80
ConfigureInputGradient
Method · 0.80
MklDefaultToEigen
Method · 0.80
SanityCheckInputs
Method · 0.80
Compute
Method · 0.80
ValidateMklShapes
Method · 0.80
InitMklPoolParameters
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected