can_cast ======== Determines if one data type can be cast to another data type according to type promotion rules (see :ref:`type-promotion`). **Abstract Signature:** ``can_cast(from_: Union[dtype, array], to: dtype)`` .. raw:: html
jax.numpy.can_cast
numpy.can_cast