cunumeric.ndarray.shape#

property ndarray.shape: tuple[int, ...]#

Tuple of array dimensions.

See also

shape

Equivalent getter function.

reshape

Function forsetting shape.

ndarray.reshape

Method for setting shape.