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

Required Methods§

Provided Methods§

source

fn alpha(&self) -> f32

Implementors§