Home
last modified time | relevance | path

Searched refs:THPModule_disable_torch_dispatch (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.h39 PyObject* THPModule_disable_torch_dispatch(PyObject* self, PyObject* args);
H A Ddisable_torch_function.cpp241 PyObject* THPModule_disable_torch_dispatch(PyObject* self, PyObject* a) { in THPModule_disable_torch_dispatch() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1566 THPModule_disable_torch_dispatch,