-
Fan Yang authored
Add a normalize_image_impl function without tf.image.convert_image_dtype as it is not supported in TFLite. By using normalize_image_impl, normalization can be included in the TFLite graph. The original normalize_image calls normalize_image_impl so there is no affect on existing code. PiperOrigin-RevId: 467278332
b287dfd9