pub trait CoshLayerTrait: ActivationLayerTrait + CoshLayerTraitConst {
    fn as_raw_mut_CoshLayer(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§