pub trait CropLayerTrait: CropLayerTraitConst + LayerTrait {
    // Required method
    fn as_raw_mut_CropLayer(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::dnn::CropLayer

Required Methods§

Implementors§