cunumeric.find_common_type#

cunumeric.find_common_type(*args: ndarray) np.dtype[Any]#

Determine common type following NumPy’s coercion rules.

Parameters:

*args (ndarray) – A list of ndarrays

Returns:

datatype – The type that results from applying the NumPy type promotion rules to the arguments.

Return type:

data-type