[][src]Trait rust2vec::storage::StorageView

pub trait StorageView: Storage {
    fn view(&self) -> ArrayView2<f32>;
}

Storage that provide a view of the embedding matrix.

Required methods

fn view(&self) -> ArrayView2<f32>

Get a view of the embedding matrix.

Loading content...

Implementors

impl StorageView for StorageViewWrap[src]

impl StorageView for MmapArray[src]

impl StorageView for NdArray[src]

Loading content...