Trait opencv::prelude::ShiftLayerInt8TraitConst
source · pub trait ShiftLayerInt8TraitConst: LayerTraitConst {
// Required method
fn as_raw_ShiftLayerInt8(&self) -> *const c_void;
}
Expand description
Constant methods for crate::dnn::ShiftLayerInt8
Required Methods§
fn as_raw_ShiftLayerInt8(&self) -> *const c_void
Object Safety§
This trait is not object safe.