Home
last modified time | relevance | path

Searched defs:CSRSparseMatrix (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.h105 CSRSparseMatrix() : metadata_{false, DT_INVALID} {} in CSRSparseMatrix() function
107 CSRSparseMatrix(const CSRSparseMatrix& rhs) in CSRSparseMatrix() function
117 CSRSparseMatrix(CSRSparseMatrix&& rhs) in CSRSparseMatrix() function
400 CSRSparseMatrix(DataType dtype, const Tensor& dense_shape, in CSRSparseMatrix() function
/external/tensorflow/tensorflow/python/ops/linalg/sparse/
Dsparse_csr_matrix_ops.py315 class CSRSparseMatrix(SparseMatrix): class