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 c34f109..35b2b80 100644
--- a/python/tosa/Op.py
+++ b/python/tosa/Op.py
@@ -82,3 +82,5 @@ class Op(object):
SUB_SHAPE = 76
MUL_SHAPE = 77
DIV_SHAPE = 78
+ COS = 79
+ SIN = 80