Trait opencv::prelude::PowerLayerTraitConst
source · pub trait PowerLayerTraitConst: ActivationLayerTraitConst {
// Required method
fn as_raw_PowerLayer(&self) -> *const c_void;
// Provided methods
fn power(&self) -> f32 { ... }
fn scale(&self) -> f32 { ... }
fn shift(&self) -> f32 { ... }
}
Expand description
Constant methods for crate::dnn::PowerLayer