[TF] Improve verification for integer and floating-point tensor types
TensorFlow does not allow integers of random bitwidths. It only accepts 8-, 16-, 32-, and 64-bit integer types. Similarly for floating point types, only half, single, double, and bfloat16 types. PiperOrigin-RevId: 237483913
Loading
Please sign in to comment