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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tosa/Op.py b/python/tosa/Op.py
index b8e68c0..b310311 100644
--- a/python/tosa/Op.py
+++ b/python/tosa/Op.py
@@ -74,3 +74,4 @@ class Op(object):
WHILE_LOOP = 68
FFT2D = 69
RFFT2D = 70
+ ERF = 71