aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-04-02 15:51:21 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-02 15:54:53 -0700
commit0042e54608eedf1f10d761bc9ca68f030feeed04 (patch)
treef76360820d87efc6f2975ad88ca225dc7a074f01 /tensorflow/BUILD
parentda92e74fcb28f31c2a4163c58e6e585f561b1c33 (diff)
Automated g4 rollback of changelist 191326767
PiperOrigin-RevId: 191360905
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index cfafffdd13..3d5737a9d7 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -540,6 +540,14 @@ 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",