aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/operation.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/operation.py')
-rw-r--r--ethosu/vela/operation.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ethosu/vela/operation.py b/ethosu/vela/operation.py
index 845d70b5..8e06b1ef 100644
--- a/ethosu/vela/operation.py
+++ b/ethosu/vela/operation.py
@@ -314,6 +314,11 @@ class Op(Enum):
AssignVariable = OperatorInfo()
BroadcastArgs = OperatorInfo()
RandomStandardNormal = OperatorInfo()
+ Bucketize = OperatorInfo()
+ RandomUniform = OperatorInfo()
+ Multinomial = OperatorInfo()
+ Gelu = OperatorInfo()
+ DynamicUpdateSlice = OperatorInfo()
@property
def info(self):