Trait opencv::prelude::TanLayerTraitConst

source ·
pub trait TanLayerTraitConst: ActivationLayerTraitConst {
    // Required method
    fn as_raw_TanLayer(&self) -> *const c_void;
}
Expand description

Constant methods for crate::dnn::TanLayer

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§