Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.h134 bool CheckPyIntOrLong(PyObject* o);
Dnumpy_bridge.cc334 if (!CheckPyIntOrLong(attr)) { in GetAttrAsInt32()
547 bool CheckPyIntOrLong(PyObject* o) { in CheckPyIntOrLong() function