[][src]Trait opencv::prelude::SplitLayerTrait

pub trait SplitLayerTrait: LayerTrait {
    fn as_raw_SplitLayer(&self) -> *const c_void;
fn as_raw_mut_SplitLayer(&mut self) -> *mut c_void; fn outputs_count(&self) -> i32 { ... }
fn set_outputs_count(&mut self, val: i32) { ... } }

Required methods

Loading content...

Provided methods

fn outputs_count(&self) -> i32

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

fn set_outputs_count(&mut self, val: i32)

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

Loading content...

Implementors

Loading content...