pub fn sign<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,
Expand description
Computes the sign of input Array values
This is an element wise unary operation.
pub fn sign<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,
Computes the sign of input Array values
This is an element wise unary operation.