Trait opencv::dnn::SoftmaxLayerTraitConst
source · pub trait SoftmaxLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_SoftmaxLayer(&self) -> *const c_void;
// Provided method
fn log_soft_max(&self) -> bool { ... }
}
Expand description
Constant methods for crate::dnn::SoftmaxLayer
Required Methods§
fn as_raw_SoftmaxLayer(&self) -> *const c_void
Provided Methods§
fn log_soft_max(&self) -> bool
Object Safety§
This trait is not object safe.