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
Required Methods§
fn as_raw_DequantizeLayer(&self) -> *const c_void
Provided Methods§
Object Safety§
This trait is not object safe.