5.3.6. backend.to_np¶ eminus.backend.to_np(arr)[source]¶ Copy the array from the current device to a CPU NumPy array. Parameters: arr – Input array. Returns: Copied array on the CPU.