API Reference

DataArray

Attributes

DataArray.cupy.is_cupy

Check to see if the underlying array is a cupy array.

Methods

DataArray.cupy.as_cupy()

Converts the DataArray's underlying array type to cupy.

DataArray.cupy.as_numpy()

Converts the DataArray's underlying array type from cupy to numpy.

DataArray.cupy.get()

Dataset

Attributes

Dataset.cupy.is_cupy

Check to see if the underlying array is a cupy array.

Methods

Dataset.cupy.as_cupy()

Convert the Dataset's underlying array type to cupy.

Dataset.cupy.as_numpy()

Converts the Dataset's underlying array type from cupy to numpy.