aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/BUILD
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-09-25 15:56:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-25 16:02:53 -0700
commitc274706224fc977fa4a8b8721c3e0b10814e638e (patch)
tree42904e810edc57218189cdefafddb7c132753b29 /tensorflow/contrib/lite/testing/BUILD
parentf0f475690cb728d7988328d32a5955c55ab1fb22 (diff)
Automated rollback of commit 20c71535c5f1ed1d918d6cc6e327ffbba49ecbd6
PiperOrigin-RevId: 214519671
Diffstat (limited to 'tensorflow/contrib/lite/testing/BUILD')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD
index c4a2b03444..a4736bfee9 100644
--- a/tensorflow/contrib/lite/testing/BUILD
+++ b/tensorflow/contrib/lite/testing/BUILD
@@ -13,7 +13,6 @@ load("//tensorflow/contrib/lite:special_rules.bzl", "tflite_portable_test_suite"
load(
"//tensorflow:tensorflow.bzl",
"tf_cc_test",
- "py_test",
)
[gen_zip_test(
@@ -363,30 +362,4 @@ cc_binary(
],
)
-py_binary(
- name = "model_coverage_lib",
- srcs = ["//tensorflow/contrib/lite/testing:model_coverage/model_coverage_lib.py"],
- srcs_version = "PY2AND3",
- visibility = ["//tensorflow/contrib/lite:__subpackages__"],
- deps = [
- "//tensorflow/contrib/lite/python:lite",
- "//tensorflow/python:platform",
- ],
-)
-
-py_test(
- name = "model_coverage_lib_test",
- srcs = ["//tensorflow/contrib/lite/testing:model_coverage/model_coverage_lib_test.py"],
- srcs_version = "PY2AND3",
- tags = [
- "no_oss",
- "no_windows",
- "notap",
- ],
- deps = [
- ":model_coverage_lib",
- "//tensorflow/python:client_testlib",
- ],
-)
-
tflite_portable_test_suite()