sign

Function sign 

Source
pub fn sign<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>
Expand description

Computes the sign of input Array values

This is an element wise unary operation.