aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilisa01 <william.isaksson@arm.com>2023-03-08 13:00:07 +0000
committerFredrik Svedberg <fredrik.svedberg@arm.com>2023-05-03 12:18:25 +0000
commit439630fdf82cebf6c643a6fae5c5ad907b8228bf (patch)
tree68dd7256e98626a27385a0d04b7b8f6c07784a33
parent6fcc1f6ba0e511e84994ee45a8b34ca76a0479b2 (diff)
downloadethos-u-vela-439630fdf82cebf6c643a6fae5c5ad907b8228bf.tar.gz
MLBEDSW-7416: per_layer_csv has extra row
removed redundant row Change-Id: I8b90df3b45ed863c93572b33f695b06094103015 Signed-off-by: wilisa01 <william.isaksson@arm.com>
-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)