Skip to main content

QuantizedVec

Type Alias QuantizedVec 

Source
pub type QuantizedVec = Vec<i8>;
Expand description

Quantized embedding type (compact float representation)

Aliased Typeยง

pub struct QuantizedVec { /* private fields */ }