[]Trait tract_tensorflow::prelude::tract_linalg::frame::sigmoid::Sigmoid

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

Required methods

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

Loading content...

Implementors

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

Loading content...