Home
last modified time | relevance | path

Searched defs:_ContextDecorator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler.py55 from contextlib import ContextDecorator as _ContextDecorator unknown
59 class _ContextDecorator: # type: ignore[no-redef] class