Module sparse

Module sparse 

Source
Expand description

Sparse tensor operations

Implements sparse tensor formats:

  • COO (Coordinate format)
  • CSR (Compressed Sparse Row)
  • CSC (Compressed Sparse Column)

Structsยง

SparseTensorCOO
Sparse tensor in COO (Coordinate) format
SparseTensorCSC
Sparse tensor in CSC (Compressed Sparse Column) format
SparseTensorCSR
Sparse tensor in CSR (Compressed Sparse Row) format