Fix tf.dtypes.as_dtypes() error message when invalid argument is a multi-element tuple.
Previously, the tuple would be unpacked in string formatting, and if it had more than one element we would get an argument unpacking error, instead of the intended TypeError. PiperOrigin-RevId: 235217943
Loading
Please sign in to comment