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

  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.h 113 long PyIntOrPyLongToLong(PyObject* o); // NOLINT
local_computation_builder.i 134 const int64 value = numpy::PyIntOrPyLongToLong(fo);
156 const int64 handle = numpy::PyIntOrPyLongToLong($input);
242 temps[i] = numpy::PyIntOrPyLongToLong(py_int);
273 const int64 handle = numpy::PyIntOrPyLongToLong(py_int);
447 const long value = numpy::PyIntOrPyLongToLong(py_int);
504 const int64 first_value = numpy::PyIntOrPyLongToLong(first_pyint);
511 const int64 second_value = numpy::PyIntOrPyLongToLong(second_pyint);
549 const int64 dimension = numpy::PyIntOrPyLongToLong(item);
579 const int64 dimension = numpy::PyIntOrPyLongToLong(item);
609 const int64 dimension = numpy::PyIntOrPyLongToLong(item)
    [all...]
numpy_bridge.cc 258 dimensions[i] = PyIntOrPyLongToLong(PyTuple_GetItem(py_dimensions, i));
265 PyIntOrPyLongToLong(PyTuple_GetItem(py_minor_to_major, i));
316 long value = PyIntOrPyLongToLong(attr); // NOLINT
484 long PyIntOrPyLongToLong(PyObject* o) { // NOLINT

Completed in 130 milliseconds