xnn.common.benchmark.report.write_all# xnn.common.benchmark.report.write_all(rows, formats, out_dir, filename)[source]# Write results to every requested format under one directory. Parameters: rows (list of dict) – Result rows. formats (list of str) – Registered writer names; each appends its own extension to filename. out_dir (str) – Output directory (created if needed). filename (str) – Base filename without extension. Returns: The paths written, one per format. Return type: list of str