pub trait ScaleLayerInt8Trait: ScaleLayerInt8TraitConst + ScaleLayerTrait {
    fn as_raw_mut_ScaleLayerInt8(&mut self) -> *mut c_void;

    fn set_output_sc(&mut self, val: f32) { ... }
    fn set_output_zp(&mut self, val: i32) { ... }
}

Required Methods

Provided Methods

Implementors