Skip to content

Commit 8736366

Browse files
ibelemanssiko
authored andcommitted
Update sample of json file
1 parent a4847a2 commit 8736366

1 file changed

Lines changed: 15 additions & 19 deletions

File tree

CONTRIBUTING.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,30 @@ The [webnn_status.json](./assets/json/webnn_status.json) is the data source for
2323
"version": "",
2424
"wpt": "arg_min_max",
2525
"wpt_progress": 4,
26-
"xnnpack_op": [
27-
""
26+
"tflite_op": [
27+
"ARG_MAX"
2828
],
29-
"xnnpack_progress": 2,
30-
"xnnpack_chromium_version_added": "",
29+
"tflite_progress": 4,
30+
"tflite_chromium_version_added": "M126",
3131
"dml_op": [
3232
"REDUCE_FUNCTION_ARGMAX"
3333
],
3434
"dml_progress": 4,
3535
"dml_chromium_version_added": "M122",
36-
"mlservice_op": [
37-
""
38-
],
39-
"mlservice_progress": 2,
40-
"mlservice_chromium_version_added": "",
41-
"tflite_op": [
42-
""
43-
],
44-
"tflite_progress": 2,
45-
"tflite_version_added": "",
46-
"ort_op": [
36+
"coreml_op": [""],
37+
"coreml_progress": 2,
38+
"coreml_chromium_version_added": "",
39+
"fw_tflite_op": [""],
40+
"fw_tflite_progress": 2,
41+
"fw_tflite_version_added": "",
42+
"fw_ort_op": [
4743
"ArgMax"
4844
],
49-
"ort_progress": 4,
50-
"ort_version_added": "main",
45+
"fw_ort_progress": 4,
46+
"fw_ort_version_added": "1.18.0",
5147
"notes": ""
52-
}
53-
```
48+
},
49+
```
5450

5551
### Supported Changes
5652

0 commit comments

Comments
 (0)