Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_data.i179 PyObject* py_int = numpy::PyNumberToPyInt(o);
367 PyObject* py_int = numpy::PyNumberToPyInt($input);
406 PyObject* first_pyint = numpy::PyNumberToPyInt(first);
420 PyObject* second_pyint = numpy::PyNumberToPyInt(second);
Dnumpy_bridge.h135 PyObject* PyNumberToPyInt(PyObject* o);
Dnumpy_bridge.cc560 PyObject* PyNumberToPyInt(PyObject* o) { in PyNumberToPyInt() function