Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 681 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 681 Bytes

WebNN API Code Editor

Run and edit WebNN API examples in an interactive code editor.

The JavaScript code editor is based on CodeMirror.

The JavaScript code execution is based on codeSnippets.js of tfjs-website.

Usage

Click the Run button to run the code in the code editor.

Click the Edit button to edit the code in the code editor.

Select one of the existing examples from the Examples dropdown list.

Or set the example by appending the search parameter to the URL, e.g. "?example=matmul.js".