[][src]Trait opencv::dnn::SwishLayer

pub trait SwishLayer: ActivationLayer {
    pub fn as_raw_SwishLayer(&self) -> *const c_void;
pub fn as_raw_mut_SwishLayer(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementations

impl<'_> dyn SwishLayer + '_[src]

pub fn create(params: &LayerParams) -> Result<Ptr<dyn SwishLayer>>[src]

Implementors

Loading content...