Skip to content

Commit 25c2f85

Browse files
committed
Merge branch 'develop'
2 parents 627c7fd + 6120727 commit 25c2f85

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

sclblonnx/supported_onnx.json

+7
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"BatchNormalization",
2727
"Cast",
2828
"Ceil",
29+
"Celu",
2930
"Clip",
31+
"Compress",
3032
"Concat",
3133
"Constant",
3234
"Conv",
@@ -51,6 +53,8 @@
5153
"GreaterOrEqual",
5254
"Identity",
5355
"If",
56+
"IsNaN",
57+
"IsInf",
5458
"LeakyRelu",
5559
"Less",
5660
"LessOrEqual",
@@ -70,6 +74,7 @@
7074
"Pow",
7175
"PRelu",
7276
"QuantizeLinear",
77+
"Range",
7378
"Reciprocal",
7479
"ReduceL1",
7580
"ReduceL2",
@@ -99,6 +104,7 @@
99104
"Softmax",
100105
"Softplus",
101106
"Softsign",
107+
"Split",
102108
"Sqrt",
103109
"Squeeze",
104110
"Sub",
@@ -108,6 +114,7 @@
108114
"ThresholdedRelu",
109115
"Transpose",
110116
"Unsqueeze",
117+
"Where",
111118
"Xor"
112119
],
113120
"types" : [

sclblonnx/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Central place for version numbering:
2-
__version__ = "0.1.8"
2+
__version__ = "0.1.9"

0 commit comments

Comments
 (0)