Trait opencv::dnn::ConstLayerTraitConst[][src]

pub trait ConstLayerTraitConst: LayerTraitConst {
    fn as_raw_ConstLayer(&self) -> *const c_void;
}
Expand description

Constant layer produces the same data blob at an every forward pass.

Required methods

Implementors