[][src]Trait opencv::dnn::prelude::ConstLayerTrait

pub trait ConstLayerTrait: LayerTrait {
    fn as_raw_ConstLayer(&self) -> *const c_void;
fn as_raw_mut_ConstLayer(&mut self) -> *mut c_void; }

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

Required methods

Loading content...

Implementors

Loading content...