aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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 35b2b80..021d528 100644
--- a/python/tosa/Op.py
+++ b/python/tosa/Op.py
@@ -84,3 +84,4 @@ class Op(object):
DIV_SHAPE = 78
COS = 79
SIN = 80
+ CAST_STOCHASTIC = 81