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

    // Provided method
    fn nms_threshold(&self) -> f32 { ... }
}
Expand description

Constant methods for crate::dnn::RegionLayer

Required Methods§

Provided Methods§

Implementors§