Associates a string prefix with an integer counter in a TensorFlow graph. Arguments: prefix: String prefix to index. Returns: Unique integer ID. Example: ``` >>> get_uid('dense') 1 >>> get_uid('dense') 2 ```
(prefix='')
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected