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

pub trait ConstLayerTrait: LayerTrait {
    pub fn as_raw_ConstLayer(&self) -> *const c_void;
pub 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

impl ConstLayerTrait for ConstLayer[src]

Loading content...