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

8 lines (7 loc) 249 B
"use strict"; /** @license See the LICENSE file. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.version = void 0; // This code is auto-generated, do not modify this file! var version = '4.17.0'; exports.version = version;