pub trait ReLULayerTraitConst: ActivationLayerTraitConst {
    fn as_raw_ReLULayer(&self) -> *const c_void;

    fn negative_slope(&self) -> f32 { ... }
}

Required Methods

Provided Methods

Implementors