cunumeric.array_equal#

cunumeric.array_equal(a, b)#

True if two arrays have the same shape and elements, False otherwise.

Parameters
  • a1 (array_like) – Input arrays.

  • a2 (array_like) – Input arrays.

Returns

b – Returns True if the arrays are equal.

Return type

bool

Availability

Multiple GPUs, Multiple CPUs