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, 1 insertions, 1 deletions
diff --git a/python/tosa/Op.py b/python/tosa/Op.py
index 0c29224..a3de87d 100644
--- a/python/tosa/Op.py
+++ b/python/tosa/Op.py
@@ -29,7 +29,7 @@ class Op(object):
MAX_POOL2D = 8
TRANSPOSE_CONV2D = 9
CLAMP = 10
- RELUN = 11
+ RESERVED = 11
SIGMOID = 12
TANH = 13
ADD = 14