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