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]])`` .. raw:: html
jax.experimental.sparse.BCSR