Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Druntime_utils.py149 dynamo_timed = torch._dynamo.utils.dynamo_timed # type: ignore[has-type] variable
153 def dynamo_timed(key, phase_name=None, fwd_only=True): function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py217 def dynamo_timed(original_function=None, phase_name=None, fwd_only=True): function