SparseCsrTensorΒΆ
Constructs a sparse tensor in CSR (Compressed Sparse Row) format.
Abstract Signature:
SparseCsrTensor(crow_indices: Tensor, col_indices: Tensor, values: Tensor, size: Optional[List[int]])
JAX (Core)
API:
jax.experimental.sparse.BCSRStrategy: Plugin (sparse_csr_constructor)