Trait opencv::prelude::InstanceNormLayerTraitConst
source · pub trait InstanceNormLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_InstanceNormLayer(&self) -> *const c_void;
// Provided method
fn epsilon(&self) -> f32 { ... }
}Expand description
Constant methods for crate::dnn::InstanceNormLayer