pub fn relu<T: Float>(x: T) -> T
Expand description

Computes the ReLU Function on the CPU