Trait opencv::hub_prelude::MaxUnpoolLayerTraitConst
source · pub trait MaxUnpoolLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_MaxUnpoolLayer(&self) -> *const c_void;
// Provided methods
fn pool_kernel(&self) -> Size { ... }
fn pool_pad(&self) -> Size { ... }
fn pool_stride(&self) -> Size { ... }
}
Expand description
Constant methods for crate::dnn::MaxUnpoolLayer