pub trait ShiftLayerTraitConst: LayerTraitConst {
    fn as_raw_ShiftLayer(&self) -> *const c_void;
}

Required Methods

Implementors