mirror of https://github.com/vladmandic/human
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
|
|
/**
|
||
|
|
* Creates tfjs bundle used by Human node-gpu build target
|
||
|
|
*/
|
||
|
|
export * from '@tensorflow/tfjs-node-gpu';
|