You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
The model loader API exposes the MLContext interface and it will be enabled by this flag. The webnn-polyfill should adapt to this and only polyfill the MLGraphBuilder and MLGraph interfaces.
@BruceDai , could you please take a look at this issue?
Yes, when testing by Chrome with enabled enable-experimental-web-platform-features flag, the following code would invoke createContext() function of ML interface from Model Load API.
All samples at https://webmachinelearning.github.io/webnn-samples/ fail with:
If
chrome://flags/#enable-experimental-web-platform-features
is enabled.Tested with Chrome Stable 107 and Canary 109.
The text was updated successfully, but these errors were encountered: