/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | join.h | 30 seqlen = PySequence_Fast_GET_SIZE(seq); in STRINGLIB() 103 if (seqlen != PySequence_Fast_GET_SIZE(seq)) { in STRINGLIB()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | pywrap_tfe_src.cc | 1395 int len = PySequence_Fast_GET_SIZE(seq); in CallBackwardFunction() 2005 int len = PySequence_Fast_GET_SIZE(seq.get()); 2234 Py_ssize_t output_len = PySequence_Fast_GET_SIZE(output_seq); 2251 int len = PySequence_Fast_GET_SIZE(seq); 2323 int len = PySequence_Fast_GET_SIZE(seq); 2401 Py_ssize_t input_len = PySequence_Fast_GET_SIZE(input_seq.get()); 2414 if (PySequence_Fast_GET_SIZE(indices_fast.get()) != 2432 Py_ssize_t num_jvps = PySequence_Fast_GET_SIZE(jvp_index_seq.get()); 2498 int len = PySequence_Fast_GET_SIZE(fast_result.get()); 2789 int len = PySequence_Fast_GET_SIZE(seq); [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | python_api_dispatcher_wrapper.cc | 64 PySequence_Fast_GET_SIZE(fast_defaults.get()))); in MakePythonAPIDispatcher() 96 int n = PySequence_Fast_GET_SIZE(seq.get()); in PYBIND11_MODULE()
|
H A D | python_api_parameter_converter_wrapper.cc | 35 PySequence_Fast_GET_SIZE(args_fast)); in Convert()
|
H A D | python_api_dispatcher.cc | 287 for (int i = 0; i < PySequence_Fast_GET_SIZE(seq.get()); ++i) { in Check()
|
/aosp_15_r20/external/pytorch/torch/csrc/cuda/ |
H A D | python_nccl.cpp | 87 auto size = PySequence_Fast_GET_SIZE(seq.get()); in unpack_comms() 306 const Py_ssize_t length = PySequence_Fast_GET_SIZE(seq.get()); in extract_tensors()
|
H A D | utils.cpp | 22 Py_ssize_t length = PySequence_Fast_GET_SIZE(seq.get()); in THPUtils_PySequence_to_CUDAStreamList()
|
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/typemaps/ |
H A D | tensor_shape.i | 10 $1 = PySequence_Fast_GET_SIZE(seq);
|
H A D | permutation_vector.i | 10 $2 = PySequence_Fast_GET_SIZE(seq);
|
H A D | vectors.i | 154 Py_ssize_t size = PySequence_Fast_GET_SIZE(seq); in from_python_to_vector()
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | stgdict.c | 203 for (i = 0; i < PySequence_Fast_GET_SIZE(fieldlist); ++i) { in MakeFields() 282 for (i = 0; i < PySequence_Fast_GET_SIZE(anon_names); ++i) { in MakeAnonFields()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | function_parameter_canonicalizer_binding_for_test.cc | 53 PySequence_Fast_GET_SIZE(defaults_fast.get()))); in PYBIND11_MODULE()
|
H A D | util.cc | 482 size_(seq_.get() ? PySequence_Fast_GET_SIZE(seq_.get()) : 0), in SequenceValueIterator() 1069 const Py_ssize_t s = PySequence_Fast_GET_SIZE(seq.get()); in IsNamedtuple()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testbuffer.c | 319 nitems = PySequence_Fast_GET_SIZE(items); in pack_from_list() 1187 ndim = PySequence_Fast_GET_SIZE(shape); in init_ndbuf() 1197 if (PySequence_Fast_GET_SIZE(strides) == 0) in init_ndbuf() 1204 else if (PySequence_Fast_GET_SIZE(strides) != ndim) { in init_ndbuf() 1233 nitems = PySequence_Fast_GET_SIZE(items); in init_ndbuf() 2327 if (PySequence_Fast_GET_SIZE(seq) != view.ndim) { in get_pointer()
|
D | _posixsubprocess.c | 911 num_args = PySequence_Fast_GET_SIZE(fast_args); in subprocess_fork_exec() 917 if (PySequence_Fast_GET_SIZE(fast_args) != num_args) { in subprocess_fork_exec()
|
D | selectmodule.c | 138 for (i = 0; i < PySequence_Fast_GET_SIZE(fast_seq); i++) { in seq2set() 2161 if (PySequence_Fast_GET_SIZE(seq) > INT_MAX) { in select_kqueue_control_impl() 2166 nchanges = (int)PySequence_Fast_GET_SIZE(seq); in select_kqueue_control_impl()
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 146 .. c:function:: Py_ssize_t PySequence_Fast_GET_SIZE(PyObject *o) 151 :c:func:`PySequence_Fast_GET_SIZE` is faster because it can assume *o* is a
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | stgdict.c | 229 for (i = 0; i < PySequence_Fast_GET_SIZE(fieldlist); ++i) { in MakeFields() 310 for (i = 0; i < PySequence_Fast_GET_SIZE(anon_names); ++i) { in MakeAnonFields()
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | sequence.rst | 219 .. c:function:: Py_ssize_t PySequence_Fast_GET_SIZE(PyObject *o) 224 :c:func:`PySequence_Fast_GET_SIZE` is faster because it can assume *o* is a list
|
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | tf_session_helper.cc | 220 Py_ssize_t len = PySequence_Fast_GET_SIZE(feed_values); in RunCallableHelper() 656 Py_ssize_t len = PySequence_Fast_GET_SIZE(dtypes); in TF_CreatePlaceholders()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | selectmodule.c | 99 for (i = 0; i < PySequence_Fast_GET_SIZE(fast_seq); i++) { in seq2set() 1650 if (PySequence_Fast_GET_SIZE(seq) > INT_MAX) { in kqueue_queue_control() 1655 nchanges = (int)PySequence_Fast_GET_SIZE(seq); in kqueue_queue_control()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | listobject.c | 646 n = PySequence_Fast_GET_SIZE(v_as_SF); in list_ass_slice() 817 n = PySequence_Fast_GET_SIZE(b); in listextend() 2710 if (PySequence_Fast_GET_SIZE(seq) != slicelength) { in list_ass_subscript() 2715 PySequence_Fast_GET_SIZE(seq), in list_ass_subscript()
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | disable_torch_function.cpp | 328 Py_ssize_t nargs = PySequence_Fast_GET_SIZE(args); in sequence_has_torch_function()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | listobject.c | 669 n = PySequence_Fast_GET_SIZE(v_as_SF); in list_ass_slice() 897 n = PySequence_Fast_GET_SIZE(iterable); in list_extend() 3041 if (PySequence_Fast_GET_SIZE(seq) != slicelength) { in list_ass_subscript() 3046 PySequence_Fast_GET_SIZE(seq), in list_ass_subscript()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | abstract.h | 719 #define PySequence_Fast_GET_SIZE(o) \ macro
|