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