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

    fn alpha(&self) -> f32 { ... }
    fn gamma(&self) -> f32 { ... }
}

Required Methods

Provided Methods

Implementors