Home
last modified time | relevance | path

Searched refs:TfPyInt_Check (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc38 bool TfPyInt_Check(PyObject* object) { return PyInt_Check(object); } in TfPyInt_Check() function
54 bool TfPyInt_Check(PyObject* object) {
122 if (TfPyInt_Check(arg)) { in AsBfloat16()