aboutsummaryrefslogtreecommitdiff
path: root/ethosu
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu')
-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