Add tf.saved_model.save to the 2.x API (tf.saved_model.experimental.save in 1.x)
Renamed to "save" from "export" since "import" is a reserved keyword. Exports SavedModels, currently targeting only serving. This CL includes some extra documentation and some tangential changes to make the example unit test work. PiperOrigin-RevId: 220191697
Loading
Please sign in to comment