UNPKG

@tensorflow/tfjs-node

Version:

This repository provides native TensorFlow execution in backend JavaScript applications under the Node.js runtime, accelerated by the TensorFlow C binary under the hood. It provides the same API as [TensorFlow.js](https://js.tensorflow.org/api/latest/).

14 lines (13 loc) 173 B
{ "extends": "./tsconfig", "include": [ "src/" ], "exclude": [ "node_modules/" ], "compilerOptions": { "allowJs": true, "outDir": "./dist" } }