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

Constant methods for crate::dnn::ErfLayer

Required Methods§

Implementors§