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

Function get_uid

tensorflow/python/eager/pywrap_tfe_src.cc:912–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912int64_t get_uid() {
913 tensorflow::mutex_lock l(_uid_mutex);
914 return _uid++;
915}
916
917PyObject* TFE_Py_UID() { return PyLong_FromLongLong(get_uid()); }
918

Callers 3

TFE_Py_UIDFunction · 0.70
EagerTensor_initFunction · 0.70
EagerTensorFromHandleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected