Trait opencv::dnn::ThresholdedReluLayerTraitConst
source · pub trait ThresholdedReluLayerTraitConst: ActivationLayerTraitConst {
// Required method
fn as_raw_ThresholdedReluLayer(&self) -> *const c_void;
// Provided method
fn alpha(&self) -> f32 { ... }
}
Expand description
Constant methods for crate::dnn::ThresholdedReluLayer