Trait opencv::prelude::SoftmaxLayerTraitConst
source · [−]pub trait SoftmaxLayerTraitConst: LayerTraitConst {
fn as_raw_SoftmaxLayer(&self) -> *const c_void;
fn log_soft_max(&self) -> bool { ... }
}
Required Methods
source
fn as_raw_SoftmaxLayer(&self) -> *const c_void
Provided Methods
source