pub trait ReLU6LayerTraitConst: ActivationLayerTraitConst {
    fn as_raw_ReLU6Layer(&self) -> *const c_void;

    fn min_value(&self) -> f32 { ... }
    fn max_value(&self) -> f32 { ... }
}

Required Methods

Provided Methods

Implementors