Searched refs:PySequence_ITEM (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 151 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/ |
D | abstract.h | 1174 #define PySequence_ITEM(o, i)\ macro
|
/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 153 .. c:function:: PyObject* PySequence_ITEM(PyObject *o, Py_ssize_t i)
|
/external/python/cpython3/Include/ |
D | abstract.h | 1154 #define PySequence_ITEM(o, i)\ macro
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1183 PySequence_ITEM:PyObject*::+1: 1184 PySequence_ITEM:PyObject*:o:0: 1185 PySequence_ITEM:int:i::
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1197 PySequence_ITEM:PyObject*::+1: 1198 PySequence_ITEM:PyObject*:o:0: 1199 PySequence_ITEM:int:i::
|
/external/python/cpython2/Doc/c-api/ |
D | sequence.rst | 206 .. c:function:: PyObject* PySequence_ITEM(PyObject *o, Py_ssize_t i)
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 4865 PyObject* item = PySequence_ITEM(argv, i); in parse_arglist()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5808 - Added new macro PySequence_ITEM(o, i) that directly calls
|
/external/python/cpython3/Misc/ |
D | HISTORY | 23192 - Added new macro PySequence_ITEM(o, i) that directly calls
|