Defined in tensorflow/contrib/predictor/__init__.py.
Modules for Predictors.
Functions
from_contrib_estimator(...): Constructs a Predictor from a tf.contrib.learn.Estimator.
from_estimator(...): Constructs a Predictor from a tf.python.estimator.Estimator.
from_saved_model(...): Constructs a Predictor from a SavedModel on disk.