Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_ordering_amd_op.cc57 using SparseMatrix = Eigen::SparseMatrix<int, Eigen::RowMajor>; typedef in tensorflow::CSROrderingAMDCPUOp
Dsparse_cholesky_op.cc72 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::ColMajor>; typedef in tensorflow::CSRSparseCholeskyCPUOp
Dtranspose_op.cc217 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef
Dmat_mul_op.cc157 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRMatMulCPUOp
487 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRMatMulGPUOp
Dsparse_mat_mul_op.cc87 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRSparseMatMulCPUOp
/external/eigen/Eigen/src/SparseCore/
DSparseUtil.h52 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class SparseMatrix; variable
/external/tensorflow/tensorflow/python/ops/linalg/sparse/
Dsparse_csr_matrix_ops.py248 class SparseMatrix(six.with_metaclass(abc.ABCMeta)): class