Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.cpp53 PyObject* DisableTorchFunctionSubclass__exit(PyObject* self, PyObject* unused) { in DisableTorchFunctionSubclass__exit() function
79 {"__exit__", DisableTorchFunctionSubclass__exit, METH_VARARGS, nullptr},