[][src]Trait opencv::prelude::TanHLayer

pub trait TanHLayer: ActivationLayer {
    pub fn as_raw_TanHLayer(&self) -> *const c_void;
pub fn as_raw_mut_TanHLayer(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementations

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

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

Implementors

Loading content...