Home
last modified time | relevance | path

Searched refs:PySequence_Size (Results 1 – 25 of 50) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_data.i175 const int size = PySequence_Size($input);
237 const int size = PySequence_Size($input);
326 const int size = PySequence_Size($input);
346 const int size = PySequence_Size($input);
394 const int size = PySequence_Size($input);
486 int length = PySequence_Size(dimensions);
640 const int size = PySequence_Size($input);
Dlocal_computation_builder.i59 const int size = PySequence_Size($input);
146 const int size = PySequence_Size($input);
167 const int size = PySequence_Size($input);
172 const int vec_size = PySequence_Size(o);
Dxrt.i86 const int size = PySequence_Size($input);
Dnumpy_bridge.cc657 int length = PySequence_Size(seq); in HandleRepeatedInt64Attribute()
/external/python/cpython3/Objects/
Denumobject.c301 n = PySequence_Size(seq); in reversed_new_impl()
358 seqsize = PySequence_Size(ro->seq); in reversed_len()
383 Py_ssize_t n = PySequence_Size(ro->seq); in reversed_setstate()
Diterobject.c87 seqsize = PySequence_Size(it->it_seq); in iter_len()
Dabstract.c1512 PySequence_Size(PyObject *s) in PySequence_Size() function
1536 return PySequence_Size(s); in PySequence_Length()
1538 #define PySequence_Length PySequence_Size
2577 argc = PySequence_Size(self); in _PySequence_BytesToCharpArray()
/external/python/cpython3/Modules/
D_bisectmodule.c23 hi = PySequence_Size(list); in internal_bisect_right()
127 hi = PySequence_Size(list); in internal_bisect_left()
Dposixmodule.c5015 argc = PySequence_Size(argv); in os_execv_impl()
5077 argc = PySequence_Size(argv); in os_execve_impl()
6810 len = PySequence_Size(groups); in os_setgroups()
8147 cnt = PySequence_Size(buffers); in os_readv_impl()
8265 cnt = PySequence_Size(buffers); in os_preadv_impl()
8376 Py_ssize_t i = PySequence_Size(headers); in posix_sendfile()
8410 Py_ssize_t i = PySequence_Size(trailers); in posix_sendfile()
8704 cnt = PySequence_Size(buffers); in os_writev_impl()
8808 cnt = PySequence_Size(buffers); in os_pwritev_impl()
/external/python/cpython2/Modules/
D_bisectmodule.c19 hi = PySequence_Size(list); in internal_bisect_right()
125 hi = PySequence_Size(list); in internal_bisect_left()
/external/python/cpython2/Objects/
Denumobject.c269 n = PySequence_Size(seq); in reversed_new()
331 seqsize = PySequence_Size(ro->seq); in reversed_len()
Diterobject.c84 seqsize = PySequence_Size(it->it_seq); in iter_len()
Dabstract.c1854 PySequence_Size(PyObject *s) function
1875 return PySequence_Size(s);
1877 #define PySequence_Length PySequence_Size
/external/python/cpython2/Include/
Dabstract.h1055 PyAPI_FUNC(Py_ssize_t) PySequence_Size(PyObject *o);
1065 #define PySequence_Length PySequence_Size
/external/python/cpython3/Doc/c-api/
Dsequence.rst18 .. c:function:: Py_ssize_t PySequence_Size(PyObject *o)
143 gotten by calling :c:func:`PySequence_Size` on *o*, but
/external/python/cpython3/Include/
Dabstract.h841 PyAPI_FUNC(Py_ssize_t) PySequence_Size(PyObject *o);
846 #define PySequence_Length PySequence_Size
/external/python/cpython2/Doc/c-api/
Dsequence.rst15 .. c:function:: Py_ssize_t PySequence_Size(PyObject *o)
223 gotten by calling :c:func:`PySequence_Size` on *o*, but
/external/python/cpython3/Modules/_sqlite/
Dstatement.c227 num_params = PySequence_Size(parameters); in pysqlite_statement_bind_parameters()
/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c171 size = PySequence_Size(src); in PyCF_Python2CF_sequence()
/external/python/cpython2/Modules/_sqlite/
Dstatement.c238 num_params = PySequence_Size(parameters); in pysqlite_statement_bind_parameters()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc166 const auto size = PySequence_Size(value); in TensorShapeNumDims()
279 const int num_values = PySequence_Size(py_list); in SetOpAttrList()
1380 int len = PySequence_Size(list);
1456 int len = PySequence_Size(list);
1584 int len = PySequence_Size(output_tensors);
2124 PyObject* num_inputs = PyLong_FromLong(PySequence_Size(inputs));
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c337 nArgs = PySequence_Size(converters); in _ctypes_alloc_callback()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c422 nArgs = PySequence_Size(converters); in _ctypes_alloc_callback()
/external/python/cpython3/PC/
Dpython3.def523 PySequence_Size=python37.PySequence_Size
/external/python/cpython2/PC/os2emx/
Dpython27.def161 "PySequence_Size"

12