pub trait EltwiseLayerTrait: EltwiseLayerTraitConst + LayerTrait {
    // Required method
    fn as_raw_mut_EltwiseLayer(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::dnn::EltwiseLayer

Required Methods§

Implementors§