aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa/Op.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tosa/Op.py')
-rw-r--r--ethosu/vela/tosa/Op.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/ethosu/vela/tosa/Op.py b/ethosu/vela/tosa/Op.py
index 8b4af89..d628479 100644
--- a/ethosu/vela/tosa/Op.py
+++ b/ethosu/vela/tosa/Op.py
@@ -14,7 +14,7 @@ class Op(object):
MAX_POOL2D = 8
TRANSPOSE_CONV2D = 9
CLAMP = 10
- RELUN = 11
+ RESERVED = 11
SIGMOID = 12
TANH = 13
ADD = 14
@@ -72,4 +72,7 @@ class Op(object):
CUSTOM = 66
COND_IF = 67
WHILE_LOOP = 68
-
+ FFT2D = 69
+ RFFT2D = 70
+ ERF = 71
+ DIM = 72