Trait opencv::dnn::SeluLayerTraitConst  
source · pub trait SeluLayerTraitConst: ActivationLayerTraitConst {
    fn as_raw_SeluLayer(&self) -> *const c_void;
    fn alpha(&self) -> f32 { ... }
    fn gamma(&self) -> f32 { ... }
}