aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Akshay Modi <nareshmodi@google.com>2018-06-11 15:04:30 -0700
committerGravatar Akshay Modi <nareshmodi@google.com>2018-06-11 15:04:30 -0700
commit6d9c0ba224f5903375ae26f582ef233740477e29 (patch)
treebfcaef48a56c6d3900d1db5a248e9d9f155c48e1 /tensorflow/BUILD
parenta4b390bffbcb01d8f57f25c007277d457f752a69 (diff)
parentab51450c817674c8ff08a7ae4f8ac50cdc4bed8b (diff)
Merge commit for internal changes
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 9b07669a5d..6d134dbb80 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -539,14 +539,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"],