Exporting model using Tf.saved_model

What happens(under the hood) after exporting the model in tf.saved_model?

tf.saved_model.save:

Exports a tf.Module (and subclasses) obj to SavedModel format.

You can see impl details at:

1 Like