[][src]Trait tract_linalg::frame::sigmoid::Sigmoid

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

Required methods

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

Loading content...

Implementors

impl<K, T> Sigmoid<T> for SigmoidImpl<K, T> where
    T: Copy + Debug + PartialEq + Send + Sync + SigmoidFunc,
    K: SigmoidKer<T> + Clone
[src]

Loading content...