[][src]Trait opencv::hub_prelude::BatchNormLayer

pub trait BatchNormLayer: AlgorithmTrait + ActivationLayer + LayerTrait {
    fn as_raw_BatchNormLayer(&self) -> *mut c_void;

    fn has_weights(&self) -> bool { ... }
fn set_has_weights(&mut self, val: bool) { ... }
fn has_bias(&self) -> bool { ... }
fn set_has_bias(&mut self, val: bool) { ... }
fn epsilon(&self) -> f32 { ... }
fn set_epsilon(&mut self, val: f32) { ... } }

Required methods

Loading content...

Provided methods

fn has_weights(&self) -> bool

fn set_has_weights(&mut self, val: bool)

fn has_bias(&self) -> bool

fn set_has_bias(&mut self, val: bool)

fn epsilon(&self) -> f32

fn set_epsilon(&mut self, val: f32)

Loading content...

Methods

impl<'_> dyn BatchNormLayer + '_[src]

Implementors

Loading content...