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])`` .. raw:: html
—