opencv::hub_prelude

Trait 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

Required Methods§

Provided Methods§

source

fn epsilon(&self) -> f32

Object Safety§

This trait is not object safe.

Implementors§