Trait opencv::hub_prelude::QuantizeLayerTraitConst
source · [−]pub trait QuantizeLayerTraitConst: LayerTraitConst {
fn as_raw_QuantizeLayer(&self) -> *const c_void;
fn scale(&self) -> f32 { ... }
fn zeropoint(&self) -> i32 { ... }
}Required Methods
source