Searched refs:THPModule_parallelInfo (Results 1 – 2 of 2) sorted by relevance
558 static PyObject* THPModule_parallelInfo(PyObject* module, PyObject* noargs) { in THPModule_parallelInfo() function1339 {"_parallel_info", THPModule_parallelInfo, METH_NOARGS, nullptr},
1119 def _parallel_info() -> str: ... # THPModule_parallelInfo