Searched refs:TfPyInt_Check (Results 1 – 1 of 1) sorted by relevance
38 bool TfPyInt_Check(PyObject* object) { return PyInt_Check(object); } in TfPyInt_Check() function54 bool TfPyInt_Check(PyObject* object) {122 if (TfPyInt_Check(arg)) { in AsBfloat16()