aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/api
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-07-09 17:41:51 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-09 17:45:11 -0700
commitf4095e19427fb13a38b8a91a5e80ba434f5b9b27 (patch)
treeadf49b874c1a735117ac07ebb75599f7d25577da /tensorflow/python/estimator/api
parente85c781c3f76fd388b8f3b1c5df5c30a9dc7730d (diff)
Use full imports instead of relative imports when adding subdirectory imports
during API generation. PiperOrigin-RevId: 203862333
Diffstat (limited to 'tensorflow/python/estimator/api')
-rw-r--r--tensorflow/python/estimator/api/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/estimator/api/BUILD b/tensorflow/python/estimator/api/BUILD
index aa5a29e6dd..ceb9baef4d 100644
--- a/tensorflow/python/estimator/api/BUILD
+++ b/tensorflow/python/estimator/api/BUILD
@@ -13,6 +13,7 @@ gen_api_init_files(
name = "estimator_python_api_gen",
api_name = "estimator",
output_files = ESTIMATOR_API_INIT_FILES,
+ output_package = "tensorflow.python.estimator.api",
package = "tensorflow.python.estimator",
package_dep = "//tensorflow/python/estimator:estimator_py",
)