Trait opencv::prelude::ScaleLayerTraitConst
source · pub trait ScaleLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_ScaleLayer(&self) -> *const c_void;
// Provided methods
fn has_bias(&self) -> bool { ... }
fn axis(&self) -> i32 { ... }
fn mode(&self) -> String { ... }
}
Expand description
Constant methods for crate::dnn::ScaleLayer