Searched defs:SparseMatrix (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseUtil.h | 52 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class SparseMatrix; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/ |
H A D | sparse_ordering_amd_op.cc | 57 using SparseMatrix = Eigen::SparseMatrix<int, Eigen::RowMajor>; typedef in tensorflow::CSROrderingAMDCPUOp
|
H A D | mat_mul_op.cc | 163 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 D | sparse_cholesky_op.cc | 74 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::ColMajor>; typedef in tensorflow::CSRSparseCholeskyCPUOp
|
H A D | transpose_op.cc | 214 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef
|
H A D | sparse_mat_mul_op.cc | 87 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRSparseMatMulCPUOp
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/sparse/ |
H A D | sparse_csr_matrix_ops.py | 242 class SparseMatrix(metaclass=abc.ABCMeta): class
|
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/ |
H A D | onedevice_train_palm_detection_filter_inference_beta.cc | 51 using SparseMatrix = Eigen::SparseMatrix<Scalar, Eigen::RowMajor, StorageIndex>; typedef
|
H A D | onedevice_train_palm_detection_filter_inference.cc | 52 using SparseMatrix = Eigen::SparseMatrix<Scalar, Eigen::RowMajor, StorageIndex>; typedef
|
H A D | onedevice_train_palm_detection_filter_inference_v2.cc | 51 using SparseMatrix = Eigen::SparseMatrix<Scalar, Eigen::RowMajor, StorageIndex>; typedef
|