JaxBackend.to_numpy_array# JaxBackend.to_numpy_array(arr)# Convert an array of given backend to a numpy array. Parameters: arrBackendArrayThe array instance to be converted. Returns: NDArrayThe numpy array equivalent of arr. See also MatchingBackend.to_cpu_array() MatchingBackend.to_backend_array()