EVOLUTION-MANAGER
Edit File: __init__.py
# This file is MACHINE GENERATED! Do not edit. # Generated by: tensorflow/python/tools/api/generator/create_python_api.py script. """All public utility methods for exporting Estimator to SavedModel. This file includes functions and constants from core (model_utils) and export.py """ from __future__ import print_function as _print_function import sys as _sys from tensorflow_estimator.python.estimator.export.export import ServingInputReceiver from tensorflow_estimator.python.estimator.export.export import TensorServingInputReceiver from tensorflow_estimator.python.estimator.export.export import build_parsing_serving_input_receiver_fn from tensorflow_estimator.python.estimator.export.export import build_raw_serving_input_receiver_fn from tensorflow_estimator.python.estimator.export.export_lib import ClassificationOutput from tensorflow_estimator.python.estimator.export.export_lib import ExportOutput from tensorflow_estimator.python.estimator.export.export_lib import PredictOutput from tensorflow_estimator.python.estimator.export.export_lib import RegressionOutput del _print_function