pub trait AtanLayerTrait: ActivationLayerTrait + AtanLayerTraitConst {
    fn as_raw_mut_AtanLayer(&mut self) -> *mut c_void;
}

Required Methods

Implementors