pub fn tanh_grad<T: Float>(x: T, dx: T) -> T
Expand description

Computes the Tanh Gradient on the CPU