Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A 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
H A Dmat_mul_op.cc269 Eigen::Ref<const SparseMatrix> GetSparseMatrixRef( in GetSparseMatrixRef() function in tensorflow::CSRMatMulCPUOp
322 auto sparse_matrix = GetSparseMatrixRef( in SparseDenseMatMulWithoutTransposedLHS()
393 auto sparse_matrix = GetSparseMatrixRef( in SparseDenseMatMulWithTransposedLHS()