SparseCscTensorΒΆ

Constructs a sparse tensor in CSC (Compressed Sparse Column) format.

Abstract Signature:

SparseCscTensor(ccol_indices: Tensor, row_indices: Tensor, values: Tensor, size: Optional[List[int]])

PyTorch

API: torch.sparse_csc_tensor
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Plugin (sparse_csc_constructor)