Lines Matching refs:x
178 baseline = next(filter(lambda x: x.backend_type == BASELINE_BACKEND,
180 other = sorted(filter(lambda x: x is not baseline, results),
181 key=lambda x: x.backend_type)
229 (start_sec + x * time_freq_step_sec) * 1000.0)
230 for x in range(left_to_pad)], [0] * left_to_pad)
233 (end_time + x * time_freq_step_sec) * 1000.0)
234 for x in range(right_to_pad)], [0] * right_to_pad)
240 (time_freq_start_sec + x * time_freq_step_sec) * 1000.0)
241 for x in range(len(time_freq_sec))], time_freq_sec)
294 val = [float(x) * 100.0 for x in result.evaluator_values]
296 topk = [TOPK_BASELINE_TEMPLATE.format(val=x) for x in val]
302 base = [float(x) * 100.0 for x in baseline.evaluator_values]
312 val = [float(x) for x in
324 base = [float(x) for x in
336 val = [float(x) for x in
346 base = [float(x) for x in
509 result_and_bl.baseline, x)
510 for x in result_and_bl.other)
523 generate_compilation_result_entry(x) for x in result_and_bl.other)