Home
last modified time | relevance | path

Searched refs:IsWeightCacheEmpty (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op_fused.cc230 if (this->IsWeightCacheEmpty(ctx)) { in Compute()
Dmkl_qmatmul_op.cc268 if (this->IsWeightCacheEmpty(context)) { in Compute()
Dmkl_matmul_ops_common.h415 inline bool IsWeightCacheEmpty(OpKernelContext* context) in IsWeightCacheEmpty() function