https://github.com/webmachinelearning/webnn-baseline
🧠🌱 Pure JS implementation of the Web Neural Network API w/o 3rd party deps
https://github.com/webmachinelearning/webnn-baseline
Last synced: 4 months ago
JSON representation
🧠🌱 Pure JS implementation of the Web Neural Network API w/o 3rd party deps
- Host: GitHub
- URL: https://github.com/webmachinelearning/webnn-baseline
- Owner: webmachinelearning
- License: apache-2.0
- Created: 2022-01-28T23:48:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T02:58:19.000Z (5 months ago)
- Last Synced: 2025-01-14T03:42:23.490Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 402 KB
- Stars: 10
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebNN Baseline
The double-precision baseline implementation of WebNN operations for testing purpose.
### Install
```sh
> npm install
```### Test
```sh
> npm test
```## Lint
```sh
> npm run lint
```