Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
912
int64_t get_uid() {
913
tensorflow::mutex_lock l(_uid_mutex);
914
return _uid++;
915
}
916
917
PyObject* TFE_Py_UID() { return PyLong_FromLongLong(get_uid()); }
918
Callers
3
TFE_Py_UID
Function · 0.70
EagerTensor_init
Function · 0.70
EagerTensorFromHandle
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected