aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa_reader.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tosa_reader.py')
-rw-r--r--ethosu/vela/tosa_reader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/tosa_reader.py b/ethosu/vela/tosa_reader.py
index 94ba350e..aadcb0ad 100644
--- a/ethosu/vela/tosa_reader.py
+++ b/ethosu/vela/tosa_reader.py
@@ -113,7 +113,7 @@ class TosaSubgraph:
# Moving permutation to an attribute, to match internal graph representation for now
perms = None
if op_code == TosaOp.TRANSPOSE:
- perms = perms = inputs.pop(1)
+ perms = inputs.pop(1)
indices = TOSA_IFM_INDICES
name = "unknown_op_name"