Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Deval_frame.py541 Callable[[], Union[OptimizeContext, _NullDecorator]]
681 class _NullDecorator(contextlib.nullcontext): # type: ignore[type-arg] class
720 rebuild_ctx: Callable[[], Union[OptimizeContext, _NullDecorator]], argument