aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/debug_database.py
diff options
context:
space:
mode:
authorwilisa01 <william.isaksson@arm.com>2022-11-07 11:52:27 +0000
committerwilisa01 <william.isaksson@arm.com>2022-11-22 14:04:21 +0000
commitce7d65ce269dfda4f617b0a2e2f39a312c18e9c4 (patch)
treeebd4940629067e1633f688ee0886d774621c360c /ethosu/vela/debug_database.py
parent79a89048a7c500384b66535c5ba77d31ee6cbdde (diff)
downloadethos-u-vela-ce7d65ce269dfda4f617b0a2e2f39a312c18e9c4.tar.gz
MLBEDSW-3573: Document CSV files
Added references to performance CSVs and documented per-layer performance. Also removed a space that caused black in pre-commit to fail. Change-Id: Ia20cb381654cc6344c68bcaad0a7dfc517d55e63 Signed-off-by: wilisa01 <william.isaksson@arm.com>
Diffstat (limited to 'ethosu/vela/debug_database.py')
-rw-r--r--ethosu/vela/debug_database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/debug_database.py b/ethosu/vela/debug_database.py
index c1389e51..ac4ef170 100644
--- a/ethosu/vela/debug_database.py
+++ b/ethosu/vela/debug_database.py
@@ -61,7 +61,7 @@ class DebugDatabase:
[uid, str(op.type), op.kernel.width, op.kernel.height, ofm_shape[-2], ofm_shape[-3], ofm_shape[-1]]
)
- # Ops are added when their type changes, and after optimisation. If an op was already
+ # Ops are added when their type changes, and after optimisation. If an op was already
# added before optimisation was finished it will only be added again if it's entry
# has changed in any way from it's previous entry.
@classmethod