1# This file is MACHINE GENERATED! Do not edit.
2# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
3"""Signature constants for SavedModel save and restore operations.
4
5
6"""
7
8import sys as _sys
9
10from tensorflow.python.saved_model.signature_constants import CLASSIFY_INPUTS
11from tensorflow.python.saved_model.signature_constants import CLASSIFY_METHOD_NAME
12from tensorflow.python.saved_model.signature_constants import CLASSIFY_OUTPUT_CLASSES
13from tensorflow.python.saved_model.signature_constants import CLASSIFY_OUTPUT_SCORES
14from tensorflow.python.saved_model.signature_constants import DEFAULT_SERVING_SIGNATURE_DEF_KEY
15from tensorflow.python.saved_model.signature_constants import PREDICT_INPUTS
16from tensorflow.python.saved_model.signature_constants import PREDICT_METHOD_NAME
17from tensorflow.python.saved_model.signature_constants import PREDICT_OUTPUTS
18from tensorflow.python.saved_model.signature_constants import REGRESS_INPUTS
19from tensorflow.python.saved_model.signature_constants import REGRESS_METHOD_NAME
20from tensorflow.python.saved_model.signature_constants import REGRESS_OUTPUTS