opencv::prelude

Trait InnerProductLayerTrait

Source
pub trait InnerProductLayerTrait: InnerProductLayerTraitConst + LayerTrait {
    // Required method
    fn as_raw_mut_InnerProductLayer(&mut self) -> *mut c_void;

    // Provided method
    fn set_axis(&mut self, val: i32) { ... }
}
Expand description

Mutable methods for crate::dnn::InnerProductLayer

Required Methods§

Provided Methods§

Source

fn set_axis(&mut self, val: 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§