Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_mat_mul_op.cc191 auto a_ref = GetSparseMatrixRef(*input_matrix_a, rank, batch_idx, in Compute()
193 auto b_ref = GetSparseMatrixRef(*input_matrix_b, rank, batch_idx, in Compute()
265 Eigen::Ref<const SparseMatrix> GetSparseMatrixRef( in GetSparseMatrixRef() function in tensorflow::CSRSparseMatMulCPUOp
Dmat_mul_op.cc263 Eigen::Ref<const SparseMatrix> GetSparseMatrixRef( in GetSparseMatrixRef() function in tensorflow::CSRMatMulCPUOp
313 auto sparse_matrix = GetSparseMatrixRef( in SparseDenseMatMulWithoutTransposedLHS()
384 auto sparse_matrix = GetSparseMatrixRef( in SparseDenseMatMulWithTransposedLHS()