Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TfPyInt_AsLong
Function
TfPyInt_AsLong
tensorflow/compiler/xla/python/bfloat16.cc:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
long TfPyInt_AsLong(PyObject* x) { // NOLINT
65
return PyInt_AsLong(x);
66
}
67
68
#else // PY_MAJOR_VERSION < 3
69
Callers
1
CastToBfloat16
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected