Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc860 class LibxsmmSparseMatMul { class
948 TF_DISALLOW_COPY_AND_ASSIGN(LibxsmmSparseMatMul);
1427 inline void LibxsmmSparseMatMul<TL, TR>::Compute( in Compute()
1428 typename LibxsmmSparseMatMul<TL, TR>::TensorInfoCache* cache, in Compute()
1429 const typename LibxsmmSparseMatMul<TL, TR>::ConstMatrixMapL& left, in Compute()
1430 const typename LibxsmmSparseMatMul<TL, TR>::ConstMatrixMapR& right, in Compute()
1638 SparseMatMulOp<TA, TB, LibxsmmSparseMatMul>);