@tensorflow/tfjs-converter

v3.8.0
Tensorflow model converter for javascript

lint

tslint -p . -t verbose

test

yarn && yarn build-deps && yarn build && yarn gen-json --test && yarn gen-kernel2ops && ts-node --transpile-only -P tsconfig.test.json src/run_tests.ts

build

yarn gen-json --test && yarn gen-kernel2ops && tsc && yarn bundle

bundle

rollup -c

gen-doc

ts-node -s ./scripts/gen_doc.ts

pb2json

ts-node -s ./tools/pb2json_converter.ts

test-ci

ts-node --transpile-only --skip-ignore -P tsconfig.test.json src/run_tests.ts

build-ci

yarn gen-json --test && yarn gen-kernel2ops && tsc && yarn bundle-ci

gen-json

ts-node -s ./scripts/gen_json.ts

test-dev

tsc && ts-node --transpile-only -P tsconfig.test.json src/run_tests.ts

build-npm

./scripts/build-npm.sh

bundle-ci

rollup -c --ci

build-core

cd ../tfjs-core && yarn && yarn build

build-deps

yarn build-core && yarn build-backend-cpu

link-local

yalc link

publish-npm

npm publish

make-version

sh -c ./scripts/make-version

build-core-ci

cd ../tfjs-core && yarn && yarn build-ci

build-deps-ci

yarn build-core-ci && yarn build-backend-cpu

model-summary

ts-node -s ./tools/model_summary.ts

publish-local

yarn build-npm && yalc push

test-snippets

yarn && yarn build-deps && yarn build && ts-node --skip-ignore -s ./scripts/test_snippets.ts

gen-kernel2ops

ts-node -s scripts/kernels_to_ops.ts --out metadata/kernel2op.json

run-python-tests

yarn gen-json --test && cd python && ./run-python-tests.sh

test-snippets-ci

ts-node --skip-ignore -s ./scripts/test_snippets.ts

build-backend-cpu

cd ../tfjs-backend-cpu && yarn && yarn build

build-pip-package

yarn gen-json --test && cd python && ./build-pip-package.sh --test /tmp/tfjs-pips

build-backend-cpu-ci

cd ../tfjs-backend-cpu && yarn && yarn build-ci
npm i @tensorflow/[email protected]

Metadata

Downloads