MCPcopy 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

56typedef long HashType; // NOLINT
57
58bool TfPyInt_Check(PyObject* object) { return PyInt_Check(object); }
59
60PyObject* TfPyInt_FromLong(long x) { // NOLINT
61 return PyInt_FromLong(x);

Callers 1

CastToBfloat16Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected