Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.h5 PyObject* THCPModule_setDevice_wrap(PyObject* self, PyObject* arg);
H A DModule.cpp85 PyObject* THCPModule_setDevice_wrap(PyObject* self, PyObject* arg) { in THCPModule_setDevice_wrap() function
1778 {"_cuda_setDevice", THCPModule_setDevice_wrap, METH_O, nullptr},