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.cc151 auto py_value = PySequence_ITEM(py_list, i); \ in SetOpAttrList()
177 auto py_value = PySequence_ITEM(py_list, i); in SetOpAttrList()
202 auto py_value = PySequence_ITEM(py_list, i); in SetOpAttrList()
216 auto inner_py_value = PySequence_ITEM(py_value, j); in SetOpAttrList()
400 auto inner_py_value = 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.rst153 .. c:function:: PyObject* PySequence_ITEM(PyObject *o, Py_ssize_t i)
/external/python/cpython3/Include/
Dabstract.h1154 #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/cpython3/Doc/data/
Drefcounts.dat1197 PySequence_ITEM:PyObject*::+1:
1198 PySequence_ITEM:PyObject*:o:0:
1199 PySequence_ITEM:int:i::
/external/python/cpython2/Doc/c-api/
Dsequence.rst206 .. c:function:: PyObject* PySequence_ITEM(PyObject *o, Py_ssize_t i)
/external/python/cpython3/Modules/
Dposixmodule.c4865 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