PytorchBackend.to_numpy_array# PytorchBackend.to_numpy_array(arr)[source]# 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()