Searched defs:SparseMatrix (Results 1 – 7 of 7) sorted by relevance
57 using SparseMatrix = Eigen::SparseMatrix<int, Eigen::RowMajor>; typedef in tensorflow::CSROrderingAMDCPUOp
72 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::ColMajor>; typedef in tensorflow::CSRSparseCholeskyCPUOp
217 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef
157 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRMatMulCPUOp487 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRMatMulGPUOp
87 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>; typedef in tensorflow::CSRSparseMatMulCPUOp
52 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class SparseMatrix; variable
248 class SparseMatrix(six.with_metaclass(abc.ABCMeta)): class