mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Move ExportArchive to its own namespace.
PiperOrigin-RevId: 506022463
This commit is contained in:
parent
8f114e76f5
commit
fc32cc8cdc
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
* Added a `model.export(filepath)` API to create a lightweight SavedModel
|
* Added a `model.export(filepath)` API to create a lightweight SavedModel
|
||||||
artifact that can be used for inference (e.g. with TF-Serving).
|
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.
|
the process of exporting SavedModel artifacts for inference.
|
||||||
* Moved all saving-related utilities to a new namespace, `keras.saving`,
|
* Moved all saving-related utilities to a new namespace, `keras.saving`,
|
||||||
i.e. `keras.saving.load_model`, `keras.saving.save_model`,
|
i.e. `keras.saving.load_model`, `keras.saving.save_model`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user