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