Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc783 using ConstMatrixMapR = BasicMatrixMap<const TR>; typedef in tensorflow::SparseMatMul
795 const ConstMatrixMapR& right, bool transpose_left,
805 const std::vector<SparseSlice<TL>*>& left, const ConstMatrixMapR& right,
825 const ConstMatrixMapR& mat, int row_start, int num_rows, int col_start,
827 MatrixR* buffer, std::vector<ConstMatrixMapR*>* slices);
833 const ConstMatrixMapR& mat, int slice_row_start, int slice_num_rows,
840 std::vector<ConstMatrixMapR*>* slices);
850 const ConstMatrixMapR& right,
864 using ConstMatrixMapR = BasicMatrixMap<const TR>; typedef in tensorflow::LibxsmmSparseMatMul
943 const ConstMatrixMapR& right, bool transpose_left,
[all …]