Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_ops_common.h431 const Tensor& weight_t = *weight_oi_.AccessTensor(context); in CacheWeight() local
434 if (weight_t.NumElements() > 0) { in CacheWeight()
475 const Tensor& weight_t = *weight_oi_.AccessTensor(context); in GetCachedWeight() local
485 const_cast<Tweight*>(weight_t.flat<Tweight>().data())); in GetCachedWeight()