pub fn tanh<T: HasAfEnum>(input: &Array<T>) -> Array<T::UnaryOutType>where
T::UnaryOutType: HasAfEnum,Expand description
Compute tanh
This is an element wise unary operation.
pub fn tanh<T: HasAfEnum>(input: &Array<T>) -> Array<T::UnaryOutType>where
T::UnaryOutType: HasAfEnum,Compute tanh
This is an element wise unary operation.