pub trait CoshLayerTraitConst: ActivationLayerTraitConst {
    // Required method
    fn as_raw_CoshLayer(&self) -> *const c_void;
}
Expand description

Constant methods for crate::dnn::CoshLayer

Required Methods§

Implementors§