Home
last modified time | relevance | path

Searched defs:sparse_matrix (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dsparse_csr_matrix_ops.cc96 ShapeHandle sparse_matrix = sparse_matrix_shape_and_type.shape; in __anona88575120202() local
158 ShapeHandle sparse_matrix = sparse_matrix_shape_and_type.shape; in __anona88575120402() local
205 ShapeHandle sparse_matrix = sparse_matrix_shape_and_type.shape; in __anona88575120602() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dsparse_cholesky_op.cc119 Eigen::Map<const SparseMatrix> sparse_matrix( in Compute() local
231 Status ValidateInputs(const CSRSparseMatrix& sparse_matrix, in ValidateInputs()
H A Dsparse_ordering_amd_op.cc106 Eigen::Map<const SparseMatrix> sparse_matrix( in Compute() local
H A Dmat_mul_op.cc322 auto sparse_matrix = GetSparseMatrixRef( in SparseDenseMatMulWithoutTransposedLHS() local
393 auto sparse_matrix = GetSparseMatrixRef( in SparseDenseMatMulWithTransposedLHS() local
H A Dsparse_mat_mul_op.cc272 Eigen::Map<const SparseMatrix> sparse_matrix( in GetSparseMatrixRef() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/
H A Doperator.h133 sparse_matrix_t sparse_matrix; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtensor_utils_test.cc1047 std::vector<int8_t> sparse_matrix; member