aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/__init__.py
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-09-04 22:42:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-04 22:48:19 -0700
commit606ece2a394943e92890b82e53337cb91a749513 (patch)
tree3af15c838eaf9576c10007663df70bde69f6b132 /tensorflow/contrib/__init__.py
parentc7c05f737be079d0fbf4990f2f374d4d2cde7509 (diff)
Automated rollback of commit 8cf8afefdb4c240f74a05e24246c8cd2dcce9d54
PiperOrigin-RevId: 211581486
Diffstat (limited to 'tensorflow/contrib/__init__.py')
-rw-r--r--tensorflow/contrib/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/contrib/__init__.py b/tensorflow/contrib/__init__.py
index 9478e42b46..5f477a79a3 100644
--- a/tensorflow/contrib/__init__.py
+++ b/tensorflow/contrib/__init__.py
@@ -21,14 +21,6 @@ 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