From 3438c929528583bc019055ad7057c08271b0cee7 Mon Sep 17 00:00:00 2001 From: "erik.andersson@arm.com" Date: Wed, 24 Mar 2021 10:32:09 +0100 Subject: MLBEDSW-4219: Add tensor allocation info to summary Added the theoretically minimum max memory usage and the allocator overhead to the Vela summary. Signed-off-by: erik.andersson@arm.com Change-Id: If373dfeaac50d6f8b56554d435bf22af2c3acda3 --- ethosu/vela/nn_graph.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ethosu/vela/nn_graph.py') diff --git a/ethosu/vela/nn_graph.py b/ethosu/vela/nn_graph.py index c45d0e3e..19734873 100644 --- a/ethosu/vela/nn_graph.py +++ b/ethosu/vela/nn_graph.py @@ -154,6 +154,7 @@ class Subgraph: self.memory_used = {} self.memory_used_per_type = {} + self.min_mem_usage = 0 def __str__(self): return "" % ( -- cgit v1.2.1