Trait opencv::hub_prelude::ShiftLayerTraitConst

source ·
pub trait ShiftLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_ShiftLayer(&self) -> *const c_void;
}
Expand description

Constant methods for crate::dnn::ShiftLayer

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§