pub trait ArgLayerTrait: ArgLayerTraitConst + LayerTrait {
    // Required method
    fn as_raw_mut_ArgLayer(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::dnn::ArgLayer

Required Methods§

Implementors§