Trait opencv::dnn::prelude::QuantizeLayerTraitConst
source · pub trait QuantizeLayerTraitConst: LayerTraitConst {
fn as_raw_QuantizeLayer(&self) -> *const c_void;
fn scales(&self) -> Vector<f32> { ... }
fn zeropoints(&self) -> Vector<i32> { ... }
}