aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/stats_writer.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/stats_writer.py')
-rw-r--r--ethosu/vela/stats_writer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/stats_writer.py b/ethosu/vela/stats_writer.py
index f3e2dbac..9db6a97c 100644
--- a/ethosu/vela/stats_writer.py
+++ b/ethosu/vela/stats_writer.py
@@ -59,7 +59,6 @@ def write_summary_metrics_csv(nng, summary_filename, arch):
]
labels += [area.identifier_name() + "_memory_used" for area in mem_areas]
labels += ["total_original_weights"]
- labels += ["total_npu_weights"]
labels += ["total_npu_encoded_weights"]
for mem_area in mem_areas: