tf.saved_model.SaveOptions

View source on GitHub

Options for saving to SavedModel.

tf.saved_model.SaveOptions(
    namespace_whitelist=None, save_debug_info=False
)

This function may be used in the options argument in functions that save a SavedModel (tf.saved_model.save, tf.keras.models.save_model).

Args:

Class Variables