[][src]Module finalfusion::storage

Embedding matrix representations.

Structs

MmapArray

Memory-mapped matrix.

MmapQuantizedArray

Memory-mapped quantized embedding matrix.

NdArray

In-memory ndarray matrix.

QuantizedArray

Quantized embedding matrix.

Enums

StorageViewWrap

Wrapper for storage types that implement views.

StorageWrap

Storage types wrapper.

Traits

Quantize

Quantizable embedding matrix.

Reconstruct

Reconstructable embedding matrix.

Storage

Embedding matrix storage.

StorageView

Storage that provide a view of the embedding matrix.