Trait opencv::hub_prelude::ExpLayerTraitConst[][src]

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

    fn base(&self) -> f32 { ... }
fn scale(&self) -> f32 { ... }
fn shift(&self) -> f32 { ... } }

Required methods

Provided methods

Implementors