MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / uid

Function uid

tensorflow/python/framework/ops.py:250–252  ·  view source on GitHub ↗

A unique (within this program execution) integer.

()

Source from the content-addressed store, hash-verified

248
249
250def uid():
251 """A unique (within this program execution) integer."""
252 return c_api.TFE_Py_UID()
253
254
255def numpy_text(tensor, is_repr=False):

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected