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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethosu/vela/operation.py b/ethosu/vela/operation.py
index 31839c7..94d256c 100644
--- a/ethosu/vela/operation.py
+++ b/ethosu/vela/operation.py
@@ -334,6 +334,9 @@ class Op(Enum):
UnsortedSegmentMax = OperatorInfo()
UnsortedSegmentMin = OperatorInfo()
UnsortedSegmentSum = OperatorInfo()
+ Bitcast = OperatorInfo()
+ BitwiseXor = OperatorInfo()
+ RightShift = OperatorInfo()
@property
def info(self):