aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/python/BUILD
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-03-13 17:32:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-13 17:38:23 -0700
commit158d9a0d30fc55b92e791aaf7e3b6c057cd3416d (patch)
tree94cc1f0f6558e8f4687663c2ac41a455ed9ab0b4 /tensorflow/contrib/lite/python/BUILD
parentb0c7f30383dadb0d6acd42dc5f013bacf85c6643 (diff)
Automated g4 rollback of changelist 188937484
PiperOrigin-RevId: 188957662
Diffstat (limited to 'tensorflow/contrib/lite/python/BUILD')
-rw-r--r--tensorflow/contrib/lite/python/BUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/tensorflow/contrib/lite/python/BUILD b/tensorflow/contrib/lite/python/BUILD
index 97bcb8eec2..76607af079 100644
--- a/tensorflow/contrib/lite/python/BUILD
+++ b/tensorflow/contrib/lite/python/BUILD
@@ -81,35 +81,6 @@ py_test(
],
)
-py_binary(
- name = "convert_savedmodel",
- srcs = ["convert_savedmodel.py"],
- srcs_version = "PY2AND3",
- visibility = ["//visibility:public"],
- deps = [
- ":lite",
- "//tensorflow/contrib/saved_model:saved_model_py",
- "//tensorflow/python:graph_util",
- "//tensorflow/python/debug:local_cli_wrapper",
- "//tensorflow/python/tools:freeze_graph_lib",
- ],
-)
-
-py_test(
- name = "convert_savedmodel_test",
- srcs = ["convert_savedmodel_test.py"],
- srcs_version = "PY2AND3",
- visibility = ["//visibility:public"],
- deps = [
- ":convert_savedmodel",
- "//tensorflow/python:client_testlib",
- "//tensorflow/python:dtypes",
- "//tensorflow/python:platform_test",
- "//tensorflow/python:session",
- "//tensorflow/python/saved_model",
- ],
-)
-
filegroup(
name = "all_files",
srcs = glob(