Home
last modified time | relevance | path

Searched refs:_PyObject_Vectorcall (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dabstract.h71 #define _PyObject_Vectorcall PyObject_Vectorcall macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dabstract.h71 #define _PyObject_Vectorcall PyObject_Vectorcall macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dabstract.h71 #define _PyObject_Vectorcall PyObject_Vectorcall macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dabstract.h71 #define _PyObject_Vectorcall PyObject_Vectorcall macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dabstract.h71 #define _PyObject_Vectorcall PyObject_Vectorcall macro
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h646 return _PyObject_Vectorcall(callable, args, nargsf, kwnames); in PyObject_Vectorcall()
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Dminpybind.h20 #define PY_VECTORCALL _PyObject_Vectorcall
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcall.rst111 ``_PyObject_Vectorcall``, ``_Py_TPFLAGS_HAVE_VECTORCALL``,