Trait opencv::dnn::prelude::DequantizeLayerTraitConst
source · pub trait DequantizeLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_DequantizeLayer(&self) -> *const c_void;
// Provided methods
fn scales(&self) -> Vector<f32> { ... }
fn zeropoints(&self) -> Vector<i32> { ... }
}Expand description
Constant methods for crate::dnn::DequantizeLayer