aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2017-04-27 08:17:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-27 09:31:30 -0700
commitb358fb4bf788b96bf630989d1e5dda8bb5685346 (patch)
treea5d4b3b0fe779005bc60bad00f64041072ad1204
parent0db6371fd87bd9545a81a039258382d7151b309a (diff)
Publish PredictionType.
Change: 154430246
-rw-r--r--tensorflow/contrib/learn/python/learn/estimators/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/learn/python/learn/estimators/__init__.py b/tensorflow/contrib/learn/python/learn/estimators/__init__.py
index 118e974c6a..a40cbc0449 100644
--- a/tensorflow/contrib/learn/python/learn/estimators/__init__.py
+++ b/tensorflow/contrib/learn/python/learn/estimators/__init__.py
@@ -323,6 +323,7 @@ from tensorflow.contrib.learn.python.learn.estimators.metric_key import MetricKe
from tensorflow.contrib.learn.python.learn.estimators.model_fn import ModeKeys
from tensorflow.contrib.learn.python.learn.estimators.model_fn import ModelFnOps
from tensorflow.contrib.learn.python.learn.estimators.prediction_key import PredictionKey
+from tensorflow.contrib.learn.python.learn.estimators.rnn_common import PredictionType
from tensorflow.contrib.learn.python.learn.estimators.run_config import ClusterConfig
from tensorflow.contrib.learn.python.learn.estimators.run_config import Environment
from tensorflow.contrib.learn.python.learn.estimators.run_config import RunConfig