Trait opencv::dnn::BatchNormLayerInt8TraitConst
source · pub trait BatchNormLayerInt8TraitConst: BatchNormLayerTraitConst {
// Required method
fn as_raw_BatchNormLayerInt8(&self) -> *const c_void;
// Provided methods
fn input_sc(&self) -> f32 { ... }
fn output_sc(&self) -> f32 { ... }
fn input_zp(&self) -> i32 { ... }
fn output_zp(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::dnn::BatchNormLayerInt8