Trait opencv::prelude::DequantizeLayerTraitConst[][src]

pub trait DequantizeLayerTraitConst: LayerTraitConst {
    fn as_raw_DequantizeLayer(&self) -> *const c_void;

    fn scale(&self) -> f32 { ... }
fn zeropoint(&self) -> i32 { ... } }

Required methods

Provided methods

Implementors