We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 627c7fd + 6120727 commit 25c2f85Copy full SHA for 25c2f85
sclblonnx/supported_onnx.json
@@ -26,7 +26,9 @@
26
"BatchNormalization",
27
"Cast",
28
"Ceil",
29
+ "Celu",
30
"Clip",
31
+ "Compress",
32
"Concat",
33
"Constant",
34
"Conv",
@@ -51,6 +53,8 @@
51
53
"GreaterOrEqual",
52
54
"Identity",
55
"If",
56
+ "IsNaN",
57
+ "IsInf",
58
"LeakyRelu",
59
"Less",
60
"LessOrEqual",
@@ -70,6 +74,7 @@
70
74
"Pow",
71
75
"PRelu",
72
76
"QuantizeLinear",
77
+ "Range",
73
78
"Reciprocal",
79
"ReduceL1",
80
"ReduceL2",
@@ -99,6 +104,7 @@
99
104
"Softmax",
100
105
"Softplus",
101
106
"Softsign",
107
+ "Split",
102
108
"Sqrt",
103
109
"Squeeze",
110
"Sub",
@@ -108,6 +114,7 @@
114
"ThresholdedRelu",
115
"Transpose",
116
"Unsqueeze",
117
+ "Where",
111
118
"Xor"
112
119
],
113
120
"types" : [
sclblonnx/version.py
@@ -1,2 +1,2 @@
1
# Central place for version numbering:
2
-__version__ = "0.1.8"
+__version__ = "0.1.9"
0 commit comments