aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/Op.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa/Op.py')
-rw-r--r--python/tosa/Op.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tosa/Op.py b/python/tosa/Op.py
index 6b4c7b0..b8e68c0 100644
--- a/python/tosa/Op.py
+++ b/python/tosa/Op.py
@@ -72,3 +72,5 @@ class Op(object):
CUSTOM = 66
COND_IF = 67
WHILE_LOOP = 68
+ FFT2D = 69
+ RFFT2D = 70