Trait opencv::prelude::SwishLayer[][src]

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

Required methods

Implementations

Implementors