Returns the name registered to an object within the Keras framework.
Source:R/model-persistence.R
get_registered_name.Rd
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.
See also
Other serialization utilities: deserialize_keras_object()
get_custom_objects()
get_registered_object()
register_keras_serializable()
serialize_keras_object()
with_custom_object_scope()