Trait opencv::prelude::SeluLayerTraitConst
source · pub trait SeluLayerTraitConst: ActivationLayerTraitConst {
// Required method
fn as_raw_SeluLayer(&self) -> *const c_void;
// Provided methods
fn alpha(&self) -> f32 { ... }
fn gamma(&self) -> f32 { ... }
}
Expand description
Constant methods for crate::dnn::SeluLayer