Trait opencv::hub_prelude::BatchNormLayerTraitConst[][src]

pub trait BatchNormLayerTraitConst: ActivationLayerTraitConst {
    fn as_raw_BatchNormLayer(&self) -> *const c_void;

    fn has_weights(&self) -> bool { ... }
fn has_bias(&self) -> bool { ... }
fn epsilon(&self) -> f32 { ... } }

Required methods

Provided methods

Implementors