Move ExportArchive to its own namespace.

PiperOrigin-RevId: 506022463
This commit is contained in:
Francois Chollet 2023-01-31 09:15:08 -08:00 committed by TensorFlower Gardener
parent 8f114e76f5
commit fc32cc8cdc

View File

@ -43,7 +43,7 @@
* Added a `model.export(filepath)` API to create a lightweight SavedModel
artifact that can be used for inference (e.g. with TF-Serving).
* Added `keras.saving.ExportArchive` class for low-level customization of
* Added `keras.export.ExportArchive` class for low-level customization of
the process of exporting SavedModel artifacts for inference.
* Moved all saving-related utilities to a new namespace, `keras.saving`,
i.e. `keras.saving.load_model`, `keras.saving.save_model`,