File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments