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