Fix incorrect min/max models to be float instead of uint8.

PiperOrigin-RevId: 286225461
Change-Id: Iaabb7ed02e34bd36ed19cf774e79872255714356
This commit is contained in:
Suharsh Sivakumar 2019-12-18 11:00:03 -08:00 committed by TensorFlower Gardener
parent 05df1eb863
commit 42de76d1e0
3 changed files with 0 additions and 1 deletions

View File

@ -250,7 +250,6 @@ tf_cc_test(
"//tensorflow/lite/tools/optimize:testdata/unpack.bin",
],
tags = [
"noasan", # b/146459888
"tflite_not_portable_android",
"tflite_not_portable_ios",
],