SoftmaxLayerInt8TraitConst

Trait SoftmaxLayerInt8TraitConst 

Source
pub trait SoftmaxLayerInt8TraitConst: SoftmaxLayerTraitConst {
    // Required method
    fn as_raw_SoftmaxLayerInt8(&self) -> *const c_void;

    // Provided methods
    fn output_sc(&self) -> f32 { ... }
    fn output_zp(&self) -> i32 { ... }
}
Expand description

Constant methods for crate::dnn::SoftmaxLayerInt8

Required Methods§

Provided Methods§

Source

fn output_sc(&self) -> f32

Source

fn output_zp(&self) -> i32

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§