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

pub trait SigmoidKer<T>: Clone + Send + Sync + Debug + DynClone where
    T: Copy + Debug + PartialEq<T> + Send + Sync
{ pub fn name() -> &'static str;
pub fn alignment_bytes() -> usize;
pub fn nr() -> usize;
pub fn run(vec: &mut [T]); }

Required methods

pub fn name() -> &'static str

pub fn alignment_bytes() -> usize

pub fn nr() -> usize

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

Loading content...

Implementors

Loading content...