pub trait InterpLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_InterpLayer(&self) -> *const c_void;
}
Expand description

Constant methods for crate::dnn::InterpLayer

Required Methods§

Implementors§