Skip to main content

HardmaxLayerTraitConst

Trait HardmaxLayerTraitConst 

Source
pub trait HardmaxLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_HardmaxLayer(&self) -> *const c_void;
}
Expand description

Constant methods for crate::dnn::HardmaxLayer

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§