Searched refs:THPModule_getDefaultDevice (Results 1 – 2 of 2) sorted by relevance
1106 PyObject* THPModule_getDefaultDevice(PyObject* _unused, PyObject* arg) { in THPModule_getDefaultDevice() function1519 {"_get_default_device", THPModule_getDefaultDevice, METH_NOARGS, nullptr},
1211 def _get_default_device() -> str: ... # THPModule_getDefaultDevice