[][src]Trait opencv::prelude::ChannelsPReLULayer

pub trait ChannelsPReLULayer: ActivationLayer {
    pub fn as_raw_ChannelsPReLULayer(&self) -> *const c_void;
pub fn as_raw_mut_ChannelsPReLULayer(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementations

impl<'_> dyn ChannelsPReLULayer + '_[src]

pub fn create(params: &LayerParams) -> Result<Ptr<Layer>>[src]

Implementors

Loading content...