Trait opencv::dnn::PoolingLayerInt8TraitConst

source ·
pub trait PoolingLayerInt8TraitConst: PoolingLayerTraitConst {
    // Required method
    fn as_raw_PoolingLayerInt8(&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 { ... }
}
Expand description

Constant methods for crate::dnn::PoolingLayerInt8

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

Object Safety§

This trait is not object safe.

Implementors§