MLXBackend.extract_center# MLXBackend.extract_center(arr, newshape)[source]# Extract the centered portion of an array based on a new shape. Parameters: arrNDArrayInput array. newshapetupleDesired shape for the central portion. Returns: NDArrayCentral portion of the array with shape newshape. References [1] scipy/scipy