Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.h32 PyObject* THPModule_isEnabledTorchFunction(PyObject* self, PyObject* unused);
H A Ddisable_torch_function.cpp59 PyObject* THPModule_isEnabledTorchFunction(PyObject* self, PyObject* unused) { in THPModule_isEnabledTorchFunction() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1554 THPModule_isEnabledTorchFunction,
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1222 def _is_torch_function_enabled() -> _bool: ... # THPModule_isEnabledTorchFunction