Trait opencv::dnn::InnerProductLayerInt8TraitConst[][src]

pub trait InnerProductLayerInt8TraitConst: InnerProductLayerTraitConst {
    fn as_raw_InnerProductLayerInt8(&self) -> *const c_void;

    fn output_zp(&self) -> i32 { ... }
}

Required methods

Provided methods

Implementors