MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TfPyInt_FromLong

Function TfPyInt_FromLong

tensorflow/python/lib/core/bfloat16.cc:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38bool TfPyInt_Check(PyObject* object) { return PyInt_Check(object); }
39
40PyObject* TfPyInt_FromLong(long x) { // NOLINT
41 return PyInt_FromLong(x);
42}
43
44long TfPyInt_AsLong(PyObject* x) { // NOLINT
45 return PyInt_AsLong(x);

Callers 1

PyBfloat16_IntFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected