pub trait ReorgLayerTrait: LayerTrait + ReorgLayerTraitConst {
    // Required method
    fn as_raw_mut_ReorgLayer(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::dnn::ReorgLayer

Required Methods§

Implementors§