Searched refs:ConstMatrixMapL (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 783 using ConstMatrixMapL = BasicMatrixMap<const TL>; typedef in tensorflow::SparseMatMul 795 const ConstMatrixMapL& left, 816 const ConstMatrixMapL& mat, bool transpose, int slice_num_rows, 850 static inline void ComputeBlockSizes(const ConstMatrixMapL& left, 864 using ConstMatrixMapL = BasicMatrixMap<const TL>; typedef in tensorflow::LibxsmmSparseMatMul 943 const ConstMatrixMapL& left, 1139 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& mat, bool transpose, in CreateSparseSlices() 1153 SparseMatMul<TL, TR>::ConstMatrixMapL* slice, in CreateSparseSlices() 1170 SparseMatMul<TL, TR>::ConstMatrixMapL* slice = nullptr; in CreateSparseSlices() 1172 slice = new SparseMatMul<TL, TR>::ConstMatrixMapL( in CreateSparseSlices() [all …]
|