xarray.DataArray.cupy.is_cupy¶ DataArray.cupy.is_cupy¶ Check to see if the underlying array is a cupy array. Returns: is_cupy (bool) – Whether the underlying data is a cupy array.