pub trait NormalizeBBoxLayerTrait: LayerTrait + NormalizeBBoxLayerTraitConst {
    fn as_raw_mut_NormalizeBBoxLayer(&mut self) -> *mut c_void;

    fn set_pnorm(&mut self, val: f32) { ... }
    fn set_epsilon(&mut self, val: f32) { ... }
    fn set_across_spatial(&mut self, val: bool) { ... }
}

Required Methods§

Provided Methods§

Implementors§