get_registered_name: Returns the name registered to an object within the Keras...

get_registered_nameR 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()


rstudio/keras documentation built on April 27, 2024, 10:11 p.m.