CommonType ========== Return a scalar type which is common to the input arrays. **Abstract Signature:** ``CommonType(arrays: List[Array])`` .. raw:: html

PyTorch

API: torch.promote_types
Strategy: Plugin (reduce_promote_types)

JAX (Core)

API: jax.numpy.common_type
Strategy: Direct Mapping

NumPy

API: numpy.common_type
Strategy: Direct Mapping