aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-07 12:05:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-07 12:14:50 -0700
commit501cf726cbee2ee13efef43884a6552ca211979d (patch)
tree2a93bae901b9f9d32f5d622e2e4d626668b48b99 /tensorflow/BUILD
parent4d0d60a82c52c6c71650db33bf826f03559d91fc (diff)
Internal Change.
PiperOrigin-RevId: 199673803
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index e0bce820d1..a73c4ca3aa 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -541,14 +541,17 @@ exports_files(
)
gen_api_init_files(
- name = "python_api_gen",
+ name = "tensorflow_python_api_gen",
srcs = ["api_template.__init__.py"],
root_init_template = "api_template.__init__.py",
)
py_library(
name = "tensorflow_py",
- srcs = [":python_api_gen"],
+ srcs = [
+ ":tensorflow_python_api_gen",
+ "//tensorflow/python/estimator/api:estimator_python_api_gen",
+ ],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
deps = ["//tensorflow/python"],