Module sparse

Module sparse 

Source

Modules§

utils
Utilities for sparse tensor operations

Structs§

CompressionStats
Statistics about sparse tensor compression efficiency
CooIndices
COO (Coordinate) format sparse tensor indices
CooStorage
COO format sparse storage
CsrIndices
CSR (Compressed Sparse Row) format indices
CsrStorage
CSR format sparse storage
SparseMetadata
Sparse tensor metadata containing format and structural information

Enums§

SparseFormat
Sparse tensor storage formats

Traits§

SparseStorage
Sparse tensor storage trait