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

    fn nms_threshold(&self) -> f32 { ... }
}

Required Methods

Provided Methods

Implementors