Searched refs:results_with_bl (Results 1 – 1 of 1) sorted by relevance
188 for name, results_with_bl in sorted(groupings_baseline.items()):191 if known_group[0].match(results_with_bl.baseline.name):194 known_groupings_baseline[group_name].append(results_with_bl)423 def generate_inference_latency_graph_entry(results_with_bl): argument425 results = [results_with_bl.baseline] + results_with_bl.other431 def generate_compilation_latency_graph_entry(results_with_bl): argument435 for result in results_with_bl.other441 for result in results_with_bl.other