Searched refs:ConstMatrixMapR (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 784 using ConstMatrixMapR = BasicMatrixMap<const TR>; typedef in tensorflow::SparseMatMul 796 const ConstMatrixMapR& right, bool transpose_left, 806 const std::vector<SparseSlice<TL>*>& left, const ConstMatrixMapR& right, 826 const ConstMatrixMapR& mat, int row_start, int num_rows, int col_start, 828 MatrixR* buffer, std::vector<ConstMatrixMapR*>* slices); 834 const ConstMatrixMapR& mat, int slice_row_start, int slice_num_rows, 841 std::vector<ConstMatrixMapR*>* slices); 851 const ConstMatrixMapR& right, 865 using ConstMatrixMapR = BasicMatrixMap<const TR>; typedef in tensorflow::LibxsmmSparseMatMul 944 const ConstMatrixMapR& right, bool transpose_left, [all …]
|