common_dtype

plaidml.tile.common_dtype(*args)[source]

Finds the common dtype of a set of dtypes.

Parameters:args ([plaidml.DType]) – The list of dtypes to be considered.
Returns:plaidml.DType – The smallest dtype whose range encompasses the ranges of the supplied dtypes.