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/).

21 lines (20 loc) 305 B
{ "extension": [ ".ts" ], "reporter": [ "html", "text-summary" ], "include": [ "src/**/*" ], "exclude": [ "src/run_tests.ts", "src/**/*_test.ts", "src/proto/*" ], "cache": false, "sourceMap": true, "instrument": true }