Trait opencv::prelude::InnerProductLayerInt8Trait
source · pub trait InnerProductLayerInt8Trait: InnerProductLayerInt8TraitConst + InnerProductLayerTrait {
// Required method
fn as_raw_mut_InnerProductLayerInt8(&mut self) -> *mut c_void;
// Provided methods
fn set_input_zp(&mut self, val: i32) { ... }
fn set_output_zp(&mut self, val: i32) { ... }
fn set_input_sc(&mut self, val: f32) { ... }
fn set_output_sc(&mut self, val: f32) { ... }
fn set_per_channel(&mut self, val: bool) { ... }
}
Expand description
Mutable methods for crate::dnn::InnerProductLayerInt8
Required Methods§
fn as_raw_mut_InnerProductLayerInt8(&mut self) -> *mut c_void
Provided Methods§
fn set_input_zp(&mut self, val: i32)
fn set_output_zp(&mut self, val: i32)
fn set_input_sc(&mut self, val: f32)
fn set_output_sc(&mut self, val: f32)
fn set_per_channel(&mut self, val: bool)
Object Safety§
This trait is not object safe.