pub type DefaultLeakyQuantizer<F, Symbol> = LeakyQuantizer<F, Symbol, u32, 24>;
Expand description

Type alias for a typical LeakyQuantizer.

See:

Aliased Type§

struct DefaultLeakyQuantizer<F, Symbol> { /* private fields */ }