MatchingBackend.abs# abstract MatchingBackend.abs(arr, out=None)[source]# Compute the absolute of array elements. Parameters: arrBackendArrayInput data. outBackendArray, optionalOutput array to write the result to. Returns a new array by default. Returns: BackendArrayAbsolute value of arr.