Trait opencv::prelude::SplitLayerTraitConst[][src]

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

    fn outputs_count(&self) -> i32 { ... }
}

Required methods

Provided methods

Number of copies that will be produced (is ignored when negative).

Implementors