UNPKG

@tensorflow/tfjs-backend-wasm

Version:

This package adds a WebAssembly backend to TensorFlow.js. It currently supports the following models from our [models](https://github.com/tensorflow/tfjs-models) repo: - BlazeFace - BodyPix - CocoSSD - Face landmarks detection - HandPose - KNN classifier

5 lines (4 loc) 161 B
/** @license See the LICENSE file. */ /// <amd-module name="@tensorflow/tfjs-backend-wasm/dist/version" /> declare const version = "4.22.0"; export { version };