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

Mutable methods for crate::dnn::CoshLayer

Required Methods§

Implementors§