get_registered_name {keras3} | R Documentation |
Returns the name registered to an object within the Keras framework.
Description
This function is part of the Keras serialization and deserialization framework. It maps objects to the string names associated with those objects for serialization/deserialization.
Usage
get_registered_name(obj)
Arguments
obj |
The object to look up. |
Value
The name associated with the object, or the default name if the object is not registered.
See Also
Other serialization utilities:
deserialize_keras_object()
get_custom_objects()
get_registered_object()
register_keras_serializable()
serialize_keras_object()
with_custom_object_scope()
[Package keras3 version 1.2.0 Index]