MLXBackend.divide#

MLXBackend.divide(*args, **kwargs)#

Element-wise division of arrays.

Parameters:
arr1BackendArray

The dividend array.

arr2BackendArray

The divisor array.

outBackendArray, optional

Output array to write the result to. Returns a new array by default.

Returns:
BackendArray

Element-wise quotient of the input arrays.