Trait opencv::dnn::ScaleLayerInt8TraitConst
source · pub trait ScaleLayerInt8TraitConst: ScaleLayerTraitConst {
// Required method
fn as_raw_ScaleLayerInt8(&self) -> *const c_void;
// Provided methods
fn output_sc(&self) -> f32 { ... }
fn output_zp(&self) -> i32 { ... }
}Expand description
Constant methods for crate::dnn::ScaleLayerInt8
Required Methods§
fn as_raw_ScaleLayerInt8(&self) -> *const c_void
Provided Methods§
Object Safety§
This trait is not object safe.