dpnp.ndarray.all¶ method ndarray.all(axis=None, *, out=None, keepdims=False, where=True)¶ Return True if all elements evaluate to True. Refer to dpnp.all for full documentation. See also dpnp.allequivalent function