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 1707d31..277f2de 100644
--- a/ethosu/vela/operation.py
+++ b/ethosu/vela/operation.py
@@ -307,6 +307,11 @@ class Op(Enum):
HashtableSize = OperatorInfo()
ReduceAll = OperatorInfo()
Conv3DTranspose = OperatorInfo()
+ VarHandle = OperatorInfo()
+ ReadVariable = OperatorInfo()
+ AssignVariable = OperatorInfo()
+ BroadcastArgs = OperatorInfo()
+ RandomStandardNormal = OperatorInfo()
@property
def info(self):