Searched refs:ConstMatrixMapL (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 782 using ConstMatrixMapL = BasicMatrixMap<const TL>; typedef in tensorflow::SparseMatMul 794 const ConstMatrixMapL& left, 815 const ConstMatrixMapL& mat, bool transpose, int slice_num_rows, 849 static inline void ComputeBlockSizes(const ConstMatrixMapL& left, 863 using ConstMatrixMapL = BasicMatrixMap<const TL>; typedef in tensorflow::LibxsmmSparseMatMul 942 const ConstMatrixMapL& left, 1138 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& mat, bool transpose, in CreateSparseSlices() 1152 SparseMatMul<TL, TR>::ConstMatrixMapL* slice, in CreateSparseSlices() 1169 SparseMatMul<TL, TR>::ConstMatrixMapL* slice = nullptr; in CreateSparseSlices() 1171 slice = new SparseMatMul<TL, TR>::ConstMatrixMapL( in CreateSparseSlices() [all …]
|