Home
last modified time | relevance | path

Searched defs:SparseMatrix (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseUtil.h52 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class SparseMatrix; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dsparse_ordering_amd_op.cc57 using SparseMatrix = Eigen::SparseMatrix<int, Eigen::RowMajor>; typedef in tensorflow::CSROrderingAMDCPUOp
H A Dmat_mul_op.cc163 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRMatMulCPUOp
496 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRMatMulGPUOp
H A Dsparse_cholesky_op.cc74 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::ColMajor>; typedef in tensorflow::CSRSparseCholeskyCPUOp
H A Dtranspose_op.cc214 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef
H A Dsparse_mat_mul_op.cc87 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRSparseMatMulCPUOp
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/sparse/
H A Dsparse_csr_matrix_ops.py242 class SparseMatrix(metaclass=abc.ABCMeta): class
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc51 using SparseMatrix = Eigen::SparseMatrix<Scalar, Eigen::RowMajor, StorageIndex>; typedef
H A Donedevice_train_palm_detection_filter_inference.cc52 using SparseMatrix = Eigen::SparseMatrix<Scalar, Eigen::RowMajor, StorageIndex>; typedef
H A Donedevice_train_palm_detection_filter_inference_v2.cc51 using SparseMatrix = Eigen::SparseMatrix<Scalar, Eigen::RowMajor, StorageIndex>; typedef