Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/benchmark/python/
H A Dcommon.py66 def emit_benchmark_wrapped_main_func(kernel_func, timer_func): argument
94 start = func.CallOp(timer_func, [])
99 end = func.CallOp(timer_func, [])
H A Dbenchmark_sparse.py53 timer_func = emit_timer_func()
56 timer_func
59 str(timer_func) + str(wrapped_func) + str(kernel_func)