MCPcopy Create free account
hub / github.com/alibaba/nann / get_uid

Function get_uid

tensorflow/tensorflow/python/keras/backend.py:185–208  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

get_graphFunction · 0.85

Tested by

no test coverage detected