pub fn exp<T: HasAfEnum>(input: &Array<T>) -> Array<T::UnaryOutType>where
T::UnaryOutType: HasAfEnum,Expand description
Compute e raised to the power of value
This is an element wise unary operation.
pub fn exp<T: HasAfEnum>(input: &Array<T>) -> Array<T::UnaryOutType>where
T::UnaryOutType: HasAfEnum,Compute e raised to the power of value
This is an element wise unary operation.