Home
last modified time | relevance | path

Searched defs:pyresult (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dpython_compiled_autograd.cpp72 static PyObject* check(PyObject* pyresult) { in check()
419 THPObjectPtr pyresult(check(PyObject_CallMethodObjArgs( in call_begin_capture() local
733 THPObjectPtr pyresult(check(PyObject_CallFunctionObjArgs( in compiled_autograd() local
/aosp_15_r20/external/python/cpython2/Modules/
Dtestcapi_long.h15 PyObject *pyresult; in TESTNAME() local
/aosp_15_r20/external/python/cpython3/Modules/
Dtestcapi_long.h15 PyObject *pyresult; in TESTNAME() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.h99 PyObject* pyresult) { in THPVariable_UnpackList()