[][src]Trait opencv::prelude::SigmoidLayer

pub trait SigmoidLayer: ActivationLayer {
    pub fn as_raw_SigmoidLayer(&self) -> *const c_void;
pub fn as_raw_mut_SigmoidLayer(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementations

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

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

Implementors

Loading content...