Trait opencv::hub_prelude::QuantizeLayerTrait
source · pub trait QuantizeLayerTrait: LayerTrait + QuantizeLayerTraitConst {
// Required method
fn as_raw_mut_QuantizeLayer(&mut self) -> *mut c_void;
// Provided methods
fn set_scales(&mut self, val: Vector<f32>) { ... }
fn set_zeropoints(&mut self, val: Vector<i32>) { ... }
}
Expand description
Mutable methods for crate::dnn::QuantizeLayer