Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TfPyInt_AsLong
Function
TfPyInt_AsLong
tensorflow/python/lib/core/bfloat16.cc:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
long TfPyInt_AsLong(PyObject* x) { // NOLINT
45
return PyInt_AsLong(x);
46
}
47
48
#else // PY_MAJOR_VERSION < 3
49
Callers
1
AsBfloat16
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected