aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/nn_graph.py
diff options
context:
space:
mode:
authorwilisa01 <william.isaksson@arm.com>2022-11-10 10:48:20 +0000
committerFredrik Svedberg <fredrik.svedberg@arm.com>2022-11-14 13:38:32 +0000
commite1e6746b8cf2c697320f6cbf2766917cde2a3c15 (patch)
tree24b77362d7ed4111040fd57765c5d9e0e07de769 /ethosu/vela/nn_graph.py
parent5ae6cb0b7a50f8164d5a4568126e90562bb1591a (diff)
downloadethos-u-vela-e1e6746b8cf2c697320f6cbf2766917cde2a3c15.tar.gz
MLBEDSW-6415: Summary csv generation error
- Removed unused variable total_npu_weights to fix summary csv error Change-Id: Id3c94166a787d2bb094ac6c6612fc866811515c2 Signed-off-by: wilisa01 <william.isaksson@arm.com>
Diffstat (limited to 'ethosu/vela/nn_graph.py')
-rw-r--r--ethosu/vela/nn_graph.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/nn_graph.py b/ethosu/vela/nn_graph.py
index 671843f3..30643b85 100644
--- a/ethosu/vela/nn_graph.py
+++ b/ethosu/vela/nn_graph.py
@@ -535,7 +535,6 @@ class Graph:
self.metadata = []
self.memory_used = {}
self.total_original_weights = 0
- self.total_npu_weights = 0
self.total_npu_encoded_weights = 0
self.weight_cache = None # See CompressedWeightCache
self.bandwidths = 0