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§
fn as_raw_CumSumLayer(&self) -> *const c_void
Provided Methods§
Object Safety§
This trait is not object safe.