aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/npu_performance.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/npu_performance.py')
-rw-r--r--ethosu/vela/npu_performance.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/npu_performance.py b/ethosu/vela/npu_performance.py
index 80011244..5b545380 100644
--- a/ethosu/vela/npu_performance.py
+++ b/ethosu/vela/npu_performance.py
@@ -888,7 +888,6 @@ def print_performance(
print(line)
# print to csv
- writer.writerow((sg_seperator_text,))
writer.writerow(col_name for col_name, _, _, _ in header)
for op_data in data:
writer.writerow(op_data)