xnn.common.benchmark.report.write_csv#

xnn.common.benchmark.report.write_csv(rows, cols, path)[source]#

Write rows as CSV with a header line.

Parameters:
  • rows (list of dict) – Result rows.

  • cols (list of str) – Ordered column names (missing cells are written empty).

  • path (str) – Destination file path.

Return type:

None