Home
last modified time | relevance | path

Searched defs:PyObject_Vectorcall (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h641 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall() function
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c295 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall() function