Trait InnerProductLayerTraitConst

Source
pub trait InnerProductLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_InnerProductLayer(&self) -> *const c_void;

    // Provided method
    fn axis(&self) -> i32 { ... }
}
Expand description

Constant methods for crate::dnn::InnerProductLayer

Required Methods§

Provided Methods§

Source

fn axis(&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§