Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h430 PyModule_AddObjectRef(PyObject *module, const char *name, PyObject *value) in PyModule_AddObjectRef() function
/aosp_15_r20/external/python/cpython3/Python/
Dmodsupport.c637 PyModule_AddObjectRef(PyObject *mod, const char *name, PyObject *value) in PyModule_AddObjectRef() function