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

    // Provided methods
    fn exclusive(&self) -> i32 { ... }
    fn reverse(&self) -> i32 { ... }
}
Expand description

Constant methods for crate::dnn::CumSumLayer

Required Methods§

Provided Methods§

source

fn exclusive(&self) -> i32

source

fn reverse(&self) -> i32

Implementors§