Skip to content

Commit a18a186

Browse files
committed
[Util] add BitShift and Pow to elementwise types
1 parent 01f8b4f commit a18a186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qonnx/util/onnx.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
"BitwiseXor",
7878
"Maximum",
7979
"Minimum",
80+
"BitShift",
81+
"Pow",
8082
}
8183

8284

0 commit comments

Comments
 (0)