Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.cpp138 PyObject* DisableTorchFunction__enter(PyObject* self, PyObject* unused) { in DisableTorchFunction__enter() function
153 {"__enter__", DisableTorchFunction__enter, METH_NOARGS, nullptr},