What happens(under the hood) after exporting the model in tf.saved_model?
tf.saved_model.save:
tf.saved_model.save
Exports a tf.Module (and subclasses) obj to SavedModel format.
obj
You can see impl details at: