aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-10 14:16:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-10 14:18:58 -0700
commit0b80e3dca1bf051f973212d45315c44c9c6a125d (patch)
tree13e1fcf50e62453a8071e502c0491443a0245f8f
parent06efb16fb0b9ef7c7ce3d4bc0d5c677b3cbd5a6f (diff)
Add missing import for RNNClassifier
PiperOrigin-RevId: 192344760
-rw-r--r--tensorflow/contrib/estimator/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/estimator/__init__.py b/tensorflow/contrib/estimator/__init__.py
index 9a87fa915d..be20d1b777 100644
--- a/tensorflow/contrib/estimator/__init__.py
+++ b/tensorflow/contrib/estimator/__init__.py
@@ -28,6 +28,7 @@ from tensorflow.contrib.estimator.python.estimator.linear import *
from tensorflow.contrib.estimator.python.estimator.logit_fns import *
from tensorflow.contrib.estimator.python.estimator.multi_head import *
from tensorflow.contrib.estimator.python.estimator.replicate_model_fn import *
+from tensorflow.contrib.estimator.python.estimator.rnn import *
from tensorflow.python.util.all_util import remove_undocumented
# pylint: enable=unused-import,line-too-long,wildcard-import