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