Add spec-compliant config.json files
Browse files- xnnpack/config.json +31 -1
xnnpack/config.json
CHANGED
|
@@ -12,7 +12,37 @@
|
|
| 12 |
"file": "privacy_filter_openai_xnnpack_8da4w.pte",
|
| 13 |
"precision": "8da4w",
|
| 14 |
"quantized": true,
|
| 15 |
-
"default": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|
| 17 |
]
|
| 18 |
}
|
|
|
|
| 12 |
"file": "privacy_filter_openai_xnnpack_8da4w.pte",
|
| 13 |
"precision": "8da4w",
|
| 14 |
"quantized": true,
|
| 15 |
+
"default": true,
|
| 16 |
+
"methods": {
|
| 17 |
+
"forward": {
|
| 18 |
+
"inputs": [
|
| 19 |
+
{
|
| 20 |
+
"shape": [
|
| 21 |
+
1,
|
| 22 |
+
256
|
| 23 |
+
],
|
| 24 |
+
"dtype": "int64"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"shape": [
|
| 28 |
+
1,
|
| 29 |
+
256
|
| 30 |
+
],
|
| 31 |
+
"dtype": "int64"
|
| 32 |
+
}
|
| 33 |
+
],
|
| 34 |
+
"outputs": [
|
| 35 |
+
{
|
| 36 |
+
"shape": [
|
| 37 |
+
1,
|
| 38 |
+
256,
|
| 39 |
+
33
|
| 40 |
+
],
|
| 41 |
+
"dtype": "float32"
|
| 42 |
+
}
|
| 43 |
+
]
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
}
|
| 47 |
]
|
| 48 |
}
|