aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/__init__.py
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-09-05 11:24:13 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-05 11:28:18 -0700
commitd3a63ee12b1c8910cf71e87a81e59f998144ce36 (patch)
tree103658aff5b2fea33bf060913f792fcac76ce0bb /tensorflow/contrib/__init__.py
parent5d60dd9eab07bd02553cf7542641a08b0e3667cb (diff)
Internal Change.
PiperOrigin-RevId: 211666438
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