Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc285 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); \ in SetOpAttrList()
294 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList()
319 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList()
344 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList()
359 PySequence_ITEM(py_value.get(), j)); in SetOpAttrList()
376 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList()
573 PySequence_ITEM(py_value, i)); in SetOpAttrScalar()
/external/python/cpython2/Include/
Dabstract.h1174 #define PySequence_ITEM(o, i)\ macro
/external/python/cpython3/Doc/c-api/
Dsequence.rst164 .. c:function:: PyObject* PySequence_ITEM(PyObject *o, Py_ssize_t i)
/external/python/cpython3/Include/
Dabstract.h924 #define PySequence_ITEM(o, i)\ macro
/external/python/cpython2/Doc/data/
Drefcounts.dat1183 PySequence_ITEM:PyObject*::+1:
1184 PySequence_ITEM:PyObject*:o:0:
1185 PySequence_ITEM:int:i::
/external/python/cpython2/Doc/c-api/
Dsequence.rst205 .. c:function:: PyObject* PySequence_ITEM(PyObject *o, Py_ssize_t i)
/external/python/cpython3/Doc/data/
Drefcounts.dat1977 PySequence_ITEM:PyObject*::+1:
1978 PySequence_ITEM:PyObject*:o:0:
1979 PySequence_ITEM:Py_ssize_t:i::
/external/python/cpython3/Modules/
Dposixmodule.c4967 PyObject* item = PySequence_ITEM(argv, i); in parse_arglist()
/external/python/cpython2/Misc/
DHISTORY5808 - Added new macro PySequence_ITEM(o, i) that directly calls
/external/python/cpython3/Misc/
DHISTORY23192 - Added new macro PySequence_ITEM(o, i) that directly calls