pub trait ErfLayerTrait: ActivationLayerTrait + ErfLayerTraitConst {
    fn as_raw_mut_ErfLayer(&mut self) -> *mut c_void;
}

Required Methods

Implementors