Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.h41 PyObject* THPModule_has_torch_function_unary(PyObject*, PyObject* obj);
H A Ddisable_torch_function.cpp371 PyObject* THPModule_has_torch_function_unary(PyObject*, PyObject* obj) { in THPModule_has_torch_function_unary() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1571 THPModule_has_torch_function_unary,
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1226 def _has_torch_function_unary(Any) -> _bool: ... # THPModule_has_torch_function_unary