Home
last modified time | relevance | path

Searched refs:THPModule_getNumThreads (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp307 static PyObject* THPModule_getNumThreads(PyObject* module, PyObject* noargs) { in THPModule_getNumThreads() function
1357 {"get_num_threads", THPModule_getNumThreads, METH_NOARGS, nullptr},
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1129 def get_num_thread() -> _int: ... # THPModule_getNumThreads