human/src/tf.js

5 lines
200 B
JavaScript
Raw Normal View History

2020-11-17 16:18:15 +01:00
// wrapper to load tfjs in a single place so version can be changed quickly
2020-11-17 16:18:15 +01:00
export * as tf from '@tensorflow/tfjs/dist/index.js';
export * as wasm from '@tensorflow/tfjs-backend-wasm/dist/index.js';