aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/__init__.py
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-09-04 13:59:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-04 14:10:26 -0700
commit8cf8afefdb4c240f74a05e24246c8cd2dcce9d54 (patch)
tree96c100277b843eea2cd331f04b31098a7d77bfae /tensorflow/contrib/__init__.py
parent44a80cfa262da58d824ed6e0a7a1ffd1eea8a55b (diff)
Internal Change.
PiperOrigin-RevId: 211519679
Diffstat (limited to 'tensorflow/contrib/__init__.py')
-rw-r--r--tensorflow/contrib/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/contrib/__init__.py b/tensorflow/contrib/__init__.py
index 5f477a79a3..9478e42b46 100644
--- a/tensorflow/contrib/__init__.py
+++ b/tensorflow/contrib/__init__.py
@@ -21,6 +21,14 @@ from __future__ import print_function
import os
+from tensorflow.python.tools import component_api_helper
+component_api_helper.package_hook(
+ parent_package_str=(
+ "tensorflow.contrib"),
+ child_package_str=(
+ "tensorflow_estimator.contrib.estimator"))
+del component_api_helper
+
# Add projects here, they will show up under tf.contrib.
from tensorflow.contrib import autograph
from tensorflow.contrib import batching