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
WebNN-native is a standalone component to implement Web Neural Network API, we have exposed the JavaScript API with Node.js Binding. We start to integrate WebNN-native into Chromium browser, there are two approaches to implement IPC between render process and gpu process
Mojom
Command Buffer
Mojom is simple but maybe the interoperability with WebGPU/WebGL is hard, The implementation of WebNN with Command buffer is complex that is designed for web Graphics.
The text was updated successfully, but these errors were encountered:
WebNN-native is a standalone component to implement Web Neural Network API, we have exposed the JavaScript API with Node.js Binding. We start to integrate WebNN-native into Chromium browser, there are two approaches to implement IPC between render process and gpu process
Mojom is simple but maybe the interoperability with WebGPU/WebGL is hard, The implementation of WebNN with Command buffer is complex that is designed for web Graphics.
The text was updated successfully, but these errors were encountered: