pub trait RequantizeLayerTraitConst: LayerTraitConst {
    fn as_raw_RequantizeLayer(&self) -> *const c_void;

    fn scale(&self) -> f32 { ... }
    fn shift(&self) -> f32 { ... }
}

Required Methods

Provided Methods

Implementors