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