[][src]Trait opencv::hub_prelude::SoftmaxLayerTrait

pub trait SoftmaxLayerTrait: LayerTrait {
    pub fn as_raw_SoftmaxLayer(&self) -> *const c_void;
pub fn as_raw_mut_SoftmaxLayer(&mut self) -> *mut c_void; pub fn log_soft_max(&self) -> bool { ... }
pub fn set_log_soft_max(&mut self, val: bool) { ... } }

Required methods

Loading content...

Provided methods

pub fn log_soft_max(&self) -> bool[src]

pub fn set_log_soft_max(&mut self, val: bool)[src]

Loading content...

Implementors

impl SoftmaxLayerTrait for SoftmaxLayer[src]

impl SoftmaxLayerTrait for PtrOfSoftmaxLayer[src]

Loading content...