Trait opencv::prelude::SoftmaxLayerTraitConst[][src]

pub trait SoftmaxLayerTraitConst: LayerTraitConst {
    fn as_raw_SoftmaxLayer(&self) -> *const c_void;

    fn log_soft_max(&self) -> bool { ... }
}

Required methods

Provided methods

Implementors