Home
last modified time | relevance | path

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

/llvm-project/mlir/utils/mbr/mbr/
H A Ddiscovery.py40 def get_benchmark_functions(module, benchmark_function_name=None): argument
59 if benchmark_function_name:
63 if function.__name__ == benchmark_function_name:
H A Dmain.py19 top_level_path, benchmark_function_name = top_level_path.split("::")
21 benchmark_function_name = None
31 for function in get_benchmark_functions(module, benchmark_function_name)