Home
last modified time | relevance | path

Searched refs:enable_compile_time_instruction_count (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/
H A Dadd_loop.py48 ).enable_compile_time_instruction_count().collect_all().append_results(result_path)
51 ).enable_compile_time_instruction_count().collect_all().append_results(result_path)
H A Dupdate_hint_benchmark.py45 Benchmark().enable_compile_time_instruction_count().collect_all().append_results(
H A Dbasic_modules_benchmarks.py158 b.enable_compile_time_instruction_count().collect_all().append_results(
/aosp_15_r20/external/pytorch/benchmarks/dynamo/pr_time_benchmarks/
H A Dbenchmark_base.py67 def enable_compile_time_instruction_count(self): member in BenchmarkBase