Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Ddebugging.py224 compile_times: Optional[str] = None variable in ExplainOutput
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py297 def compile_times(repr="str", aggregate=False): function