Trait opencv::dnn::ShuffleChannelLayerTraitConst
source · pub trait ShuffleChannelLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_ShuffleChannelLayer(&self) -> *const c_void;
// Provided method
fn group(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::dnn::ShuffleChannelLayer