MCPcopy 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

36typedef long HashType; // NOLINT
37
38bool TfPyInt_Check(PyObject* object) { return PyInt_Check(object); }
39
40PyObject* TfPyInt_FromLong(long x) { // NOLINT
41 return PyInt_FromLong(x);

Callers 1

AsBfloat16Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected