Trait opencv::prelude::ShiftLayerInt8Trait

source ·
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§

Object Safety§

This trait is not object safe.

Implementors§