pub trait ShiftLayerInt8Trait: LayerTrait + ShiftLayerInt8TraitConst {
    // Required method
    fn as_raw_mut_ShiftLayerInt8(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::dnn::ShiftLayerInt8

Required Methods§

Implementors§