[][src]Module rust2vec::storage

Embedding matrix representations.

Structs

MmapArray

Memory-mapped matrix.

NdArray

In-memory ndarray matrix.

QuantizedArray

Quantized embedding matrix.

Enums

CowArray

Copy-on-write wrapper for Array/ArrayView.

StorageViewWrap

Wrapper for storage types that implement views.

StorageWrap

Storage types wrapper.

Traits

Quantize

Quantizable embedding matrix.

Storage

Embedding matrix storage.

StorageView

Storage that provide a view of the embedding matrix.

Type Definitions

CowArray1

1D copy-on-write array.