Returns the type from applying the Keras type promotion rules.
tf.keras.backend.result_type(*dtypes)
In general, each argument is first parsed by backend.standardize_dtype,
and the resulting dtype is determined by the least upper bound of the type
promotion lattice.