Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc789 struct TensorInfoCache {}; struct in tensorflow::SparseMatMul
794 static inline void Compute(TensorInfoCache* cache,
873 struct TensorInfoCache { struct in tensorflow::LibxsmmSparseMatMul
885 typename SparseMatMul<TL, TR>::TensorInfoCache
898 TensorInfoCache() : lock(), entries() {} in TensorInfoCache() function
927 ~TensorInfoCache() { in ~TensorInfoCache() argument
936 TF_DISALLOW_COPY_AND_ASSIGN(TensorInfoCache);
942 static inline void Compute(TensorInfoCache* cache,
1078 typename DoMatMul<TL, TR>::TensorInfoCache cache_nt_;
1080 typename DoMatMul<TR, TL>::TensorInfoCache cache_tr_;
[all …]