tf.keras.backend.get_uid

Associates a string prefix with an integer counter in a TensorFlow graph.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.get_uid, `tf.compat.v2.keras.backend.get_uid`

prefix String prefix to index.

Unique integer ID.

Example:

  get_uid('dense')
    1
  get_uid('dense')
    2