human/tfjs/tf-node-wasm.ts

9 lines
206 B
TypeScript
Raw Normal View History

2021-05-25 14:58:20 +02:00
/**
* Creates tfjs bundle used by Human node-wasm build target
*/
2022-08-21 19:34:51 +02:00
/* eslint-disable import/no-extraneous-dependencies */
2021-04-14 03:45:45 +02:00
export * from '@tensorflow/tfjs';
export * from '@tensorflow/tfjs-backend-wasm';