Home
last modified time | relevance | path

Searched refs:timer_func (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/benchmark/python/
H A Dcommon.py66 def emit_benchmark_wrapped_main_func(kernel_func, timer_func): argument
93 start = func.CallOp(timer_func, [])
98 end = func.CallOp(timer_func, [])
H A Dbenchmark_sparse.py54 timer_func = emit_timer_func()
55 wrapped_func = emit_benchmark_wrapped_main_func(kernel_func, timer_func)
57 str(timer_func) + str(wrapped_func) + str(kernel_func)