From 501cf726cbee2ee13efef43884a6552ca211979d Mon Sep 17 00:00:00 2001 From: Michael Case Date: Thu, 7 Jun 2018 12:05:24 -0700 Subject: Internal Change. PiperOrigin-RevId: 199673803 --- tensorflow/BUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tensorflow/BUILD') 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"], -- cgit v1.2.3