[][src]Trait finalfusion::storage::Reconstruct

pub trait Reconstruct {
    type Target;
    fn reconstruct(&self) -> Self::Target;
}

Reconstructable embedding matrix.

Associated Types

type Target

Loading content...

Required methods

fn reconstruct(&self) -> Self::Target

Reconstruct a quantized embedding matrix.

Loading content...

Implementors

impl Reconstruct for MmapQuantizedArray[src]

type Target = NdArray

impl Reconstruct for QuantizedArray[src]

type Target = NdArray

Loading content...