pub trait RequantizeLayerTrait: LayerTrait + RequantizeLayerTraitConst {
    fn as_raw_mut_RequantizeLayer(&mut self) -> *mut c_void;

    fn set_scale(&mut self, val: f32) { ... }
    fn set_shift(&mut self, val: f32) { ... }
}

Required Methods§

Provided Methods§

Implementors§