[][src]Function simple_ml::activation_relu

pub fn activation_relu<T>(input: &Vec<T>) -> Vec<T> where
    T: Copy + PartialOrd + Sub<Output = T> + FromStr,
    <T as FromStr>::Err: Debug