Trait ExpLayerTraitConst

Source
pub trait ExpLayerTraitConst: ActivationLayerTraitConst {
    // Required method
    fn as_raw_ExpLayer(&self) -> *const c_void;

    // Provided methods
    fn base(&self) -> f32 { ... }
    fn scale(&self) -> f32 { ... }
    fn shift(&self) -> f32 { ... }
}
Expand description

Constant methods for crate::dnn::ExpLayer

Required Methods§

Provided Methods§

Source

fn base(&self) -> f32

Source

fn scale(&self) -> f32

Source

fn shift(&self) -> f32

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§