Trait 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§

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§