An open API service indexing awesome lists of open source software.

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

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
```