MCPcopy 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
SkipReorderMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
SanityCheckInputsMethod · 0.80
ComputeMethod · 0.80
MklDefaultToEigenMethod · 0.80
SanityCheckInputsMethod · 0.80
ComputeMethod · 0.80
ValidateMklShapesMethod · 0.80
InitMklPoolParametersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected