Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/
Dpydef.h38 inline PyObject *PyObject_Vectorcall(PyObject *func, PyObject *const *stack, Py_ssize_t nargs, PyOb… in PyObject_Vectorcall() function
/third_party/python/Objects/
Dcall.c295 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall() function