msluszniak commited on
Commit
3235414
·
verified ·
1 Parent(s): da65d94

Add spec-compliant config.json files

Browse files
Files changed (1) hide show
  1. xnnpack/config.json +216 -6
xnnpack/config.json CHANGED
@@ -12,37 +12,247 @@
12
  "file": "deeplab_v3_xnnpack_fp32.pte",
13
  "precision": "fp32",
14
  "quantized": false,
15
- "default": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  },
17
  {
18
  "file": "deeplab_v3_xnnpack_int8.pte",
19
  "precision": "int8",
20
  "quantized": true,
21
- "default": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  },
23
  {
24
  "file": "deeplab_v3_xnnpack_fp32.pte",
25
  "precision": "fp32",
26
  "quantized": false,
27
- "default": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  },
29
  {
30
  "file": "deeplab_v3_xnnpack_int8.pte",
31
  "precision": "int8",
32
  "quantized": true,
33
- "default": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  },
35
  {
36
  "file": "deeplab_v3_xnnpack_fp32.pte",
37
  "precision": "fp32",
38
  "quantized": false,
39
- "default": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  },
41
  {
42
  "file": "deeplab_v3_xnnpack_int8.pte",
43
  "precision": "int8",
44
  "quantized": true,
45
- "default": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  }
47
  ]
48
  }
 
12
  "file": "deeplab_v3_xnnpack_fp32.pte",
13
  "precision": "fp32",
14
  "quantized": false,
15
+ "default": true,
16
+ "methods": {
17
+ "forward": {
18
+ "inputs": [
19
+ {
20
+ "shape": [
21
+ 1,
22
+ 3,
23
+ 520,
24
+ 520
25
+ ],
26
+ "dtype": "float32"
27
+ }
28
+ ],
29
+ "outputs": [
30
+ {
31
+ "shape": [
32
+ 1,
33
+ 21,
34
+ 520,
35
+ 520
36
+ ],
37
+ "dtype": "float32"
38
+ },
39
+ {
40
+ "shape": [
41
+ 1,
42
+ 21,
43
+ 520,
44
+ 520
45
+ ],
46
+ "dtype": "float32"
47
+ }
48
+ ]
49
+ }
50
+ }
51
  },
52
  {
53
  "file": "deeplab_v3_xnnpack_int8.pte",
54
  "precision": "int8",
55
  "quantized": true,
56
+ "default": true,
57
+ "methods": {
58
+ "forward": {
59
+ "inputs": [
60
+ {
61
+ "shape": [
62
+ 1,
63
+ 3,
64
+ 520,
65
+ 520
66
+ ],
67
+ "dtype": "float32"
68
+ }
69
+ ],
70
+ "outputs": [
71
+ {
72
+ "shape": [
73
+ 1,
74
+ 21,
75
+ 520,
76
+ 520
77
+ ],
78
+ "dtype": "float32"
79
+ },
80
+ {
81
+ "shape": [
82
+ 1,
83
+ 21,
84
+ 520,
85
+ 520
86
+ ],
87
+ "dtype": "float32"
88
+ }
89
+ ]
90
+ }
91
+ }
92
  },
93
  {
94
  "file": "deeplab_v3_xnnpack_fp32.pte",
95
  "precision": "fp32",
96
  "quantized": false,
97
+ "default": false,
98
+ "methods": {
99
+ "forward": {
100
+ "inputs": [
101
+ {
102
+ "shape": [
103
+ 1,
104
+ 3,
105
+ 520,
106
+ 520
107
+ ],
108
+ "dtype": "float32"
109
+ }
110
+ ],
111
+ "outputs": [
112
+ {
113
+ "shape": [
114
+ 1,
115
+ 21,
116
+ 520,
117
+ 520
118
+ ],
119
+ "dtype": "float32"
120
+ },
121
+ {
122
+ "shape": [
123
+ 1,
124
+ 21,
125
+ 520,
126
+ 520
127
+ ],
128
+ "dtype": "float32"
129
+ }
130
+ ]
131
+ }
132
+ }
133
  },
134
  {
135
  "file": "deeplab_v3_xnnpack_int8.pte",
136
  "precision": "int8",
137
  "quantized": true,
138
+ "default": false,
139
+ "methods": {
140
+ "forward": {
141
+ "inputs": [
142
+ {
143
+ "shape": [
144
+ 1,
145
+ 3,
146
+ 520,
147
+ 520
148
+ ],
149
+ "dtype": "float32"
150
+ }
151
+ ],
152
+ "outputs": [
153
+ {
154
+ "shape": [
155
+ 1,
156
+ 21,
157
+ 520,
158
+ 520
159
+ ],
160
+ "dtype": "float32"
161
+ },
162
+ {
163
+ "shape": [
164
+ 1,
165
+ 21,
166
+ 520,
167
+ 520
168
+ ],
169
+ "dtype": "float32"
170
+ }
171
+ ]
172
+ }
173
+ }
174
  },
175
  {
176
  "file": "deeplab_v3_xnnpack_fp32.pte",
177
  "precision": "fp32",
178
  "quantized": false,
179
+ "default": false,
180
+ "methods": {
181
+ "forward": {
182
+ "inputs": [
183
+ {
184
+ "shape": [
185
+ 1,
186
+ 3,
187
+ 520,
188
+ 520
189
+ ],
190
+ "dtype": "float32"
191
+ }
192
+ ],
193
+ "outputs": [
194
+ {
195
+ "shape": [
196
+ 1,
197
+ 21,
198
+ 520,
199
+ 520
200
+ ],
201
+ "dtype": "float32"
202
+ },
203
+ {
204
+ "shape": [
205
+ 1,
206
+ 21,
207
+ 520,
208
+ 520
209
+ ],
210
+ "dtype": "float32"
211
+ }
212
+ ]
213
+ }
214
+ }
215
  },
216
  {
217
  "file": "deeplab_v3_xnnpack_int8.pte",
218
  "precision": "int8",
219
  "quantized": true,
220
+ "default": false,
221
+ "methods": {
222
+ "forward": {
223
+ "inputs": [
224
+ {
225
+ "shape": [
226
+ 1,
227
+ 3,
228
+ 520,
229
+ 520
230
+ ],
231
+ "dtype": "float32"
232
+ }
233
+ ],
234
+ "outputs": [
235
+ {
236
+ "shape": [
237
+ 1,
238
+ 21,
239
+ 520,
240
+ 520
241
+ ],
242
+ "dtype": "float32"
243
+ },
244
+ {
245
+ "shape": [
246
+ 1,
247
+ 21,
248
+ 520,
249
+ 520
250
+ ],
251
+ "dtype": "float32"
252
+ }
253
+ ]
254
+ }
255
+ }
256
  }
257
  ]
258
  }