Module: tf.contrib.saved_model
SavedModel contrib support.
SavedModel provides a language-neutral format to save machine-learned models that is recoverable and hermetic. It enables higher-level systems and tools to produce, consume and transform TensorFlow models.
Functions
load_keras_model(...)
: Loads a keras Model from a SavedModel created by export_saved_model()
. (deprecated)
save_keras_model(...)
: Exports a tf.keras.Model
as a Tensorflow SavedModel. (deprecated)
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/saved_model