36 lines
1.3 KiB
Python
36 lines
1.3 KiB
Python
"""DO NOT EDIT.
|
|
|
|
This file was autogenerated. Do not edit it by hand,
|
|
since your modifications would be overwritten.
|
|
"""
|
|
|
|
from keras.src.saving.file_editor import KerasFileEditor as KerasFileEditor
|
|
from keras.src.saving.object_registration import (
|
|
CustomObjectScope as CustomObjectScope,
|
|
)
|
|
from keras.src.saving.object_registration import (
|
|
CustomObjectScope as custom_object_scope,
|
|
)
|
|
from keras.src.saving.object_registration import (
|
|
get_custom_objects as get_custom_objects,
|
|
)
|
|
from keras.src.saving.object_registration import (
|
|
get_registered_name as get_registered_name,
|
|
)
|
|
from keras.src.saving.object_registration import (
|
|
get_registered_object as get_registered_object,
|
|
)
|
|
from keras.src.saving.object_registration import (
|
|
register_keras_serializable as register_keras_serializable,
|
|
)
|
|
from keras.src.saving.saving_api import load_model as load_model
|
|
from keras.src.saving.saving_api import load_weights as load_weights
|
|
from keras.src.saving.saving_api import save_model as save_model
|
|
from keras.src.saving.saving_api import save_weights as save_weights
|
|
from keras.src.saving.serialization_lib import (
|
|
deserialize_keras_object as deserialize_keras_object,
|
|
)
|
|
from keras.src.saving.serialization_lib import (
|
|
serialize_keras_object as serialize_keras_object,
|
|
)
|