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

Required Methods§

Provided Methods§

source

fn group(&self) -> i32

Implementors§