@tensorflow/tfjs-node

v0.1.1
**This repo is under active development and is not production-ready. We will be actively developing this in open source. Stay tuned for an official release.**

lint

tslint -p . -t verbose

prep

cd node_modules/@tensorflow/tfjs-core && yarn && yarn build

test

ts-node src/run_tests.ts

build

tsc

clean

rm -rf deps/tensorflow/*

format

clang-format -i -style=Google binding/*.cc binding/*.h

install

node-gyp rebuild

build-npm

./scripts/build-npm.sh

publish-local

yarn prep && yarn build && yalc push
npm i @tensorflow/[email protected]

Metadata

Downloads