Home
last modified time | relevance | path

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

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