Trait opencv::dnn::HardSwishLayerTraitConst
source · pub trait HardSwishLayerTraitConst: ActivationLayerTraitConst {
// Required method
fn as_raw_HardSwishLayer(&self) -> *const c_void;
}Expand description
Constant methods for crate::dnn::HardSwishLayer
Required Methods§
fn as_raw_HardSwishLayer(&self) -> *const c_void
Object Safety§
This trait is not object safe.