For.pb SavedModel : model.save("my_model") default saves to .pb
For .tf SavedModel : model.save("my_model",save_format='.tf')
I would like to know the difference between these two formats. Are they both SavedModel? Are they both the same ? Which is better? Both are TensorFlow extension?