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