SparseCompressedTensorΒΆ
Constructs a sparse tensor in a compressed format (CSR, CSC, BSR, BSC).
Abstract Signature:
SparseCompressedTensor(compressed_indices: Tensor, plain_indices: Tensor, values: Tensor, size: Optional[List[int]], layout: Optional[Any])
JAX (Core)
API:
βStrategy: Plugin (sparse_compressed_constructor)