MCPcopy 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

58bool TfPyInt_Check(PyObject* object) { return PyInt_Check(object); }
59
60PyObject* TfPyInt_FromLong(long x) { // NOLINT
61 return PyInt_FromLong(x);
62}
63
64long TfPyInt_AsLong(PyObject* x) { // NOLINT
65 return PyInt_AsLong(x);

Callers 1

PyBfloat16_IntFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected