HomeSort by relevance Sort by last modified time
    Searched refs:PyNumberToPyInt (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.h 115 PyObject* PyNumberToPyInt(PyObject* o);
local_computation_builder.i 234 PyObject* py_int = numpy::PyNumberToPyInt(o);
266 PyObject* py_int = numpy::PyNumberToPyInt(o);
442 PyObject* py_int = numpy::PyNumberToPyInt($input);
481 PyObject* first_pyint = numpy::PyNumberToPyInt(first);
495 PyObject* second_pyint = numpy::PyNumberToPyInt(second);
numpy_bridge.cc 505 PyObject* PyNumberToPyInt(PyObject* o) {

Completed in 134 milliseconds