aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-26 23:41:11 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-26 23:43:38 -0700
commit0d526454affd27cd331b22b8fd128345b515cac7 (patch)
treede92eb98d5f56eda30032a855e2ddcc1e52ee9d3 /tensorflow/contrib/lite/testing/generated_examples_zip_test.cc
parentf45803feaf132d5bc92d1b598e9c83a24f18a47c (diff)
add int32 support for add
PiperOrigin-RevId: 202259189
Diffstat (limited to 'tensorflow/contrib/lite/testing/generated_examples_zip_test.cc')
-rw-r--r--tensorflow/contrib/lite/testing/generated_examples_zip_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc b/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc
index 8a59d756f8..a86cd5c6cc 100644
--- a/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc
+++ b/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc
@@ -52,9 +52,6 @@ tensorflow::Env* env = tensorflow::Env::Default();
// Key is a substring of the test name and value is a bug number.
// TODO(ahentz): make sure we clean this list up frequently.
std::map<string, string> kBrokenTests = {
- // Add only supports float32. (and "constant" tests use Add)
- {R"(^\/add_a.*int32)", "68808744"},
- {R"(^\/constant.*int32)", "68808744"},
{R"(^\/mul.*int32)", "68808744"},
{R"(^\/div.*int32)", "68808744"},
{R"(^\/sub.*int32)", "68808744"},