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