pub trait ShiftLayerInt8TraitConst: LayerTraitConst {
    // Required method
    fn as_raw_ShiftLayerInt8(&self) -> *const c_void;
}
Expand description

Constant methods for crate::dnn::ShiftLayerInt8

Required Methods§

Implementors§