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