Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TfPyInt_FromLong
Function
TfPyInt_FromLong
tensorflow/compiler/xla/python/bfloat16.cc:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
bool TfPyInt_Check(PyObject* object) { return PyInt_Check(object); }
59
60
PyObject* TfPyInt_FromLong(long x) { // NOLINT
61
return PyInt_FromLong(x);
62
}
63
64
long TfPyInt_AsLong(PyObject* x) { // NOLINT
65
return PyInt_AsLong(x);
Callers
1
PyBfloat16_Int
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected