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.cc788 struct TensorInfoCache {}; struct in tensorflow::SparseMatMul
793 static inline void Compute(TensorInfoCache* cache,
872 struct TensorInfoCache { struct in tensorflow::LibxsmmSparseMatMul
884 typename SparseMatMul<TL, TR>::TensorInfoCache
897 TensorInfoCache() : lock(), entries() {} in TensorInfoCache() function
926 ~TensorInfoCache() { in ~TensorInfoCache() argument
935 TF_DISALLOW_COPY_AND_ASSIGN(TensorInfoCache);
941 static inline void Compute(TensorInfoCache* cache,
1077 typename DoMatMul<TL, TR>::TensorInfoCache cache_nt_;
1079 typename DoMatMul<TR, TL>::TensorInfoCache cache_tr_;
[all …]