Home
last modified time | relevance | path

Searched refs:dynamo_dir (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/scripts/compile_tests/
Dfailures_histogram.py72 def failures_histogram(eager_dir, dynamo_dir, verbose=False, format_issues=False): argument
73 fail_keys = compute_pass_rate(eager_dir, dynamo_dir)
74 xmls = open_test_results(dynamo_dir)
Dpassrate.py47 def compute_pass_rate(eager_dir, dynamo_dir): argument
50 dynamo_xmls = open_test_results(dynamo_dir)
/external/pytorch/torch/_dynamo/
Dtrace_rules.py3510 def dynamo_dir(): function
3517 if filename.startswith(dynamo_dir()):
3637 torch._dynamo.trace_rules.dynamo_dir.cache_clear()