Searched refs:promote_types (Results 1 – 5 of 5) sorted by relevance
182 from tensorflow.python.ops.numpy_ops.np_utils import promote_types
511 def promote_types(type1, type2): # pylint: disable=missing-function-docstring function514 return np_dtypes.canonicalize_dtype(np.promote_types(type1, type2))
427 output_type = np.promote_types(a_numpy_dtype, int)1490 promoted_dtype = np.promote_types(np.int32, np_dtype)
1103 computation_dtype = np.promote_types(dtype.as_numpy_dtype, np.float32)
708 name: "promote_types"