aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/autograph/operators/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/autograph/operators/__init__.py')
-rw-r--r--tensorflow/python/autograph/operators/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/autograph/operators/__init__.py b/tensorflow/python/autograph/operators/__init__.py
index 53f4b0ddc8..8ba2558ac2 100644
--- a/tensorflow/python/autograph/operators/__init__.py
+++ b/tensorflow/python/autograph/operators/__init__.py
@@ -38,6 +38,7 @@ from __future__ import division
from __future__ import print_function
from tensorflow.python.autograph.operators.control_flow import for_stmt
+from tensorflow.python.autograph.operators.control_flow import if_stmt
from tensorflow.python.autograph.operators.control_flow import while_stmt
from tensorflow.python.autograph.operators.data_structures import list_append
from tensorflow.python.autograph.operators.data_structures import list_pop