ELULayerTraitConst

Trait ELULayerTraitConst 

Source
pub trait ELULayerTraitConst: ActivationLayerTraitConst {
    // Required method
    fn as_raw_ELULayer(&self) -> *const c_void;

    // Provided method
    fn alpha(&self) -> f32 { ... }
}
Expand description

Constant methods for crate::dnn::ELULayer

Required Methods§

Provided Methods§

Source

fn alpha(&self) -> f32

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§