[][src]Trait tract_linalg::frame::tanh::Tanh

pub trait Tanh<T>: Send + Sync + Debug + DynClone where
    T: Copy + Debug + PartialEq + 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
    T: Copy + Debug + PartialEq + Send + Sync + TanhFunc,
    K: TanhKer<T> + Clone
[src]

Loading content...