Home
last modified time | relevance | path

Searched defs:slicelength (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_list.cpp128 size_t start = 0, stop = 0, step = 0, slicelength = 0; in initScriptListBindings() local
164 size_t start = 0, stop = 0, step = 0, slicelength = 0; in initScriptListBindings() local
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc273 Py_ssize_t slicelength; in Subscript() local
420 Py_ssize_t slicelength; in AssSubscript() local
H A Drepeated_composite_container.cc237 Py_ssize_t from, to, step, slicelength, cur, i; in Subscript() local
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc273 Py_ssize_t slicelength; in Subscript() local
420 Py_ssize_t slicelength; in AssSubscript() local
H A Drepeated_composite_container.cc237 Py_ssize_t from, to, step, slicelength, cur, i; in Subscript() local
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dtf_stack.cc424 py::ssize_t start, stop, step, slicelength; in PYBIND11_MODULE() local
456 py::ssize_t start, stop, step, slicelength; in PYBIND11_MODULE() local
/aosp_15_r20/external/python/cpython2/Objects/
Dbufferobject.c522 Py_ssize_t start, stop, step, slicelength, cur, i; in buffer_subscript() local
718 Py_ssize_t start, stop, step, slicelength; in buffer_ass_subscript() local
Dsliceobject.c225 Py_ssize_t *slicelength) in PySlice_GetIndicesEx()
Dmemoryobject.c585 Py_ssize_t start, stop, step, slicelength; in memory_subscript() local
Dlistobject.c2557 Py_ssize_t start, stop, step, slicelength, cur, i; in list_subscript() local
2610 Py_ssize_t start, stop, step, slicelength; in list_ass_subscript() local
Dtupleobject.c710 Py_ssize_t start, stop, step, slicelength, cur, i; in tuplesubscript() local
Dbytesobject.c1683 Py_ssize_t start, stop, step, slicelength, cur, i; in bytes_subscript() local
Dbytearrayobject.c457 Py_ssize_t start, stop, step, slicelength, cur, i; in bytearray_subscript() local
Dstringobject.c1314 Py_ssize_t start, stop, step, slicelength, cur, i; in string_subscript() local
/aosp_15_r20/external/python/cpython3/Objects/
Dsliceobject.c295 Py_ssize_t *slicelength) in PySlice_GetIndicesEx()
Dlistobject.c2888 Py_ssize_t start, stop, step, slicelength, i; in list_subscript() local
2942 Py_ssize_t start, stop, step, slicelength; in list_ass_subscript() local
Dtupleobject.c790 Py_ssize_t start, stop, step, slicelength, i; in tuplesubscript() local
Dbytearrayobject.c390 Py_ssize_t start, stop, step, slicelength, i; in bytearray_subscript() local
Dbytesobject.c1612 Py_ssize_t start, stop, step, slicelength, i; in bytes_subscript() local
Dmemoryobject.c2402 Py_ssize_t start, stop, step, slicelength; in init_slice() local
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorage.cpp484 Py_ssize_t start, stop, slicelength, step; in THPStorage_get() local
/aosp_15_r20/external/python/cpython2/Modules/
Darraymodule.c1699 Py_ssize_t start, stop, step, slicelength, cur, i; in array_subscr() local
1749 Py_ssize_t start, stop, step, slicelength, needed; in array_ass_subscr() local
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c2357 Py_ssize_t start, stop, step, slicelength, i; in array_subscr() local
2408 Py_ssize_t start, stop, step, slicelength, needed; in array_ass_subscr() local
D_testbuffer.c1714 Py_ssize_t start, stop, step, slicelength; in init_slice() local
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Dminpybind.h412 Py_ssize_t start, stop, step, slicelength; member

12