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

    fn has_bias(&self) -> bool { ... }
    fn axis(&self) -> i32 { ... }
    fn mode(&self) -> String { ... }
}

Required Methods

Provided Methods

Implementors