Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 307 Bytes

TensorFlow.js Web2Compute backend

This repo contains a standalone WebGL2Compute backend that implements the TensorFlow.js KernelBackend interface.

You can run the test suite with the following command:

$ yarn # to install dependencies
$ yarn test

For coding style checking:

$ yarn lint