pub trait TanLayerTraitConst: ActivationLayerTraitConst {
    fn as_raw_TanLayer(&self) -> *const c_void;
}

Required Methods

Implementors