aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-04-02 12:07:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-02 12:09:33 -0700
commit43f5b27f6064b64b7dbcfcae865829e3617a7112 (patch)
tree947d12cfffcb9f5e9a6f6ae480649eea4e9aa400 /tensorflow/BUILD
parent46df4a1afd50f69966e63245e7758cc0d5656c4e (diff)
Switch to the TensorFlow API generation based on ApiDef's and tf_export
decorators. PiperOrigin-RevId: 191326767
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 3d5737a9d7..cfafffdd13 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -540,14 +540,6 @@ py_library(
srcs = ["__init__.py"],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
- deps = ["//tensorflow/python"],
-)
-
-py_library(
- name = "experimental_tensorflow_py",
- srcs = ["experimental_api.py"],
- srcs_version = "PY2AND3",
- visibility = ["//tensorflow/tools/api/tests:__subpackages__"],
deps = [
"//tensorflow/python",
"//tensorflow/tools/api/generator:python_api",