Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp231 static PyObject* device_to_py_class_[static_cast<size_t>( variable
241 if (device_to_py_class_[static_cast<size_t>(dev.type())] != nullptr) { in registerPythonTensorClass()
246 device_to_py_class_[static_cast<size_t>(dev.type())] = python_tensor_class; in registerPythonTensorClass()
250 return device_to_py_class_[static_cast<size_t>(d.type())]; in getPythonTensorClass()