tf.keras.utils.get_registered_name

Returns the name registered to an object within the Keras framework.

Compat aliases for migration

See Migration guide for more details.

`tf.compat.v1.keras.utils.get_registered_name`

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.

obj The object to look up.

The name associated with the object, or the default Python name if the object is not registered.