TensorFlow

API

 tf.keras / backend / backend.function


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

prefix String prefix to index.

Unique integer ID.

Example:

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

此页内容是否对您有帮助