MatchingBackend.mean# abstract MatchingBackend.mean(arr, axis=None)[source]# Compute the mean of array elements. Parameters: arrBackendArrayInput data. axisint or tuple of ints, optionalAxis or axes to perform the operation on. Default is all. Returns: Union[BackendArray, Scalar]Mean of arr.