Home
last modified time | relevance | path

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

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