[]Trait tract_hir::prelude::tract_linalg::frame::tanh::Tanh

pub trait Tanh<T>: Send + Sync + Debug + DynClone where
    T: Copy + Debug + PartialEq<T> + Send + Sync + TanhFunc
{ fn run(&self, vec: &mut [T]); }

Required methods

fn run(&self, vec: &mut [T])

Loading content...

Implementors

impl<K, T> Tanh<T> for TanhImpl<K, T> where
    K: TanhKer<T> + Clone,
    T: Copy + Debug + PartialEq<T> + Send + Sync + TanhFunc

Loading content...