aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index a4e7602bea..957528cecb 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -830,3 +830,14 @@ py_library(
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",
+ ],
+)