opencv::prelude

Trait ConvolutionLayerInt8TraitConst

source
pub trait ConvolutionLayerInt8TraitConst: BaseConvolutionLayerTraitConst {
    // Required method
    fn as_raw_ConvolutionLayerInt8(&self) -> *const c_void;

    // Provided methods
    fn input_zp(&self) -> i32 { ... }
    fn output_zp(&self) -> i32 { ... }
    fn input_sc(&self) -> f32 { ... }
    fn output_sc(&self) -> f32 { ... }
    fn per_channel(&self) -> bool { ... }
    fn use_winograd(&self) -> bool { ... }
}
Expand description

Constant methods for crate::dnn::ConvolutionLayerInt8

Required Methods§

Provided Methods§

source

fn input_zp(&self) -> i32

source

fn output_zp(&self) -> i32

source

fn input_sc(&self) -> f32

source

fn output_sc(&self) -> f32

source

fn per_channel(&self) -> bool

source

fn use_winograd(&self) -> bool

Object Safety§

This trait is not object safe.

Implementors§