Skip to content

Commit

Permalink
WebNN API - Nov 2024 update (#25065)
Browse files Browse the repository at this point in the history
* WebNN API - Nov 2024 update

* Remove notes for all desktop platforms

* Remove notes property
  • Loading branch information
ibelem authored Nov 19, 2024
1 parent 32e5647 commit a2672b6
Show file tree
Hide file tree
Showing 6 changed files with 2,855 additions and 925 deletions.
8 changes: 3 additions & 5 deletions api/ML.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"name": "#web-machine-learning-neural-network",
"value_to_set": "Enabled"
}
],
"notes": "Currently supported on ChromeOS and Windows only."
]
},
"chrome_android": {
"version_added": false
Expand Down Expand Up @@ -51,7 +50,7 @@
},
"createContext": {
"__compat": {
"spec_url": "https://www.w3.org/TR/webnn/#dom-ml-createcontext",
"spec_url": "https://www.w3.org/TR/webnn/#api-ml-createcontext",
"tags": [
"web-features:webnn"
],
Expand All @@ -64,8 +63,7 @@
"name": "#web-machine-learning-neural-network",
"value_to_set": "Enabled"
}
],
"notes": "Currently supported on ChromeOS and Windows only."
]
},
"chrome_android": {
"version_added": false
Expand Down
104 changes: 100 additions & 4 deletions api/MLContext.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"name": "#web-machine-learning-neural-network",
"value_to_set": "Enabled"
}
],
"notes": "Currently supported on ChromeOS and Windows only."
]
},
"chrome_android": {
"version_added": false
Expand Down Expand Up @@ -64,8 +63,105 @@
"name": "#web-machine-learning-neural-network",
"value_to_set": "Enabled"
}
],
"notes": "Currently supported on ChromeOS and Windows only."
]
},
"chrome_android": {
"version_added": false
},
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
}
}
},
"dispatch": {
"__compat": {
"spec_url": "https://www.w3.org/TR/webnn/#api-mlcontext-dispatch",
"tags": [
"web-features:webnn"
],
"support": {
"chrome": {
"version_added": "128",
"flags": [
{
"type": "preference",
"name": "#web-machine-learning-neural-network",
"value_to_set": "Enabled"
}
]
},
"chrome_android": {
"version_added": false
},
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"opSupportLimits": {
"__compat": {
"spec_url": "https://www.w3.org/TR/webnn/#api-mlcontext-opsupportlimits",
"tags": [
"web-features:webnn"
],
"support": {
"chrome": {
"version_added": "128",
"flags": [
{
"type": "preference",
"name": "#web-machine-learning-neural-network",
"value_to_set": "Enabled"
}
]
},
"chrome_android": {
"version_added": false
Expand Down
Loading

0 comments on commit a2672b6

Please sign in to comment.