Home
last modified time | relevance | path

Searched refs:THPModule_has_torch_function (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.h40 PyObject* THPModule_has_torch_function(PyObject*, PyObject* arg);
H A Ddisable_torch_function.cpp347 PyObject* THPModule_has_torch_function(PyObject*, PyObject* arg) { in THPModule_has_torch_function() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1569 {"_has_torch_function", THPModule_has_torch_function, METH_O, nullptr},
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1225 ) -> _bool: ... # THPModule_has_torch_function