Trait opencv::dnn::CumSumLayerTraitConst[][src]

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

    fn exclusive(&self) -> i32 { ... }
fn reverse(&self) -> i32 { ... } }

Required methods

Provided methods

Implementors