aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/framework/__init__.py')
-rw-r--r--tensorflow/contrib/framework/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tensorflow/contrib/framework/__init__.py b/tensorflow/contrib/framework/__init__.py
index fb101c3653..deeb5bec79 100644
--- a/tensorflow/contrib/framework/__init__.py
+++ b/tensorflow/contrib/framework/__init__.py
@@ -85,6 +85,8 @@ See the @{$python/contrib.framework} guide.
@@py_func
@@sort
+@@get_placeholders
+
@@CriticalSection
@@BoundedTensorSpec
@@ -102,10 +104,10 @@ from tensorflow.contrib.framework.python.ops import *
from tensorflow.python.framework.ops import prepend_name_scope
from tensorflow.python.framework.ops import strip_name_scope
-
from tensorflow.python.framework.tensor_spec import BoundedTensorSpec
from tensorflow.python.framework.tensor_spec import TensorSpec
-
+from tensorflow.python.ops.control_flow_ops import smart_cond
+from tensorflow.python.ops.control_flow_ops import smart_constant_value
from tensorflow.python.util.all_util import remove_undocumented
_allowed_symbols = ['nest']