human/tfjs/tf-node-wasm.ts

6 lines
149 B
TypeScript
Raw Normal View History

2021-05-25 14:58:20 +02:00
/**
* Creates tfjs bundle used by Human node-wasm build target
*/
2021-04-14 03:45:45 +02:00
export * from '@tensorflow/tfjs';
export * from '@tensorflow/tfjs-backend-wasm';