opencv::prelude

Trait ScaleLayerTraitConst

source
pub trait ScaleLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_ScaleLayer(&self) -> *const c_void;

    // Provided methods
    fn has_bias(&self) -> bool { ... }
    fn axis(&self) -> i32 { ... }
    fn mode(&self) -> String { ... }
}
Expand description

Constant methods for crate::dnn::ScaleLayer

Required Methods§

Provided Methods§

source

fn has_bias(&self) -> bool

source

fn axis(&self) -> i32

source

fn mode(&self) -> String

Object Safety§

This trait is not object safe.

Implementors§