aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar Alexandre Passos <apassos@google.com>2017-08-03 13:51:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-03 13:59:25 -0700
commit7933ceb0f9850575f8eca3f463e82a35c830b1f7 (patch)
tree18468c470a4ebd200e1db82d071d41e51bc856cd /tensorflow/python/__init__.py
parente5da84dc8aea2da9274e1067e765293f69d3e146 (diff)
Removing subscribe from the framework_lib BUILD target as it creates a cyclic dependency.
subscribe depends on ops and ops depend on framework. PiperOrigin-RevId: 164176287
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index 2fd8fc8688..3c7bc73b35 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -114,6 +114,7 @@ from tensorflow.python.util.all_util import make_all
from tensorflow.python.client import client_lib
from tensorflow.python.framework import constant_op
from tensorflow.python.framework import framework_lib
+from tensorflow.python.framework import subscribe
from tensorflow.python.ops import array_ops
from tensorflow.python.ops import check_ops
from tensorflow.python.ops import confusion_matrix as confusion_matrix_m