human/tfjs/tf-custom.ts

12 lines
307 B
TypeScript
Raw Normal View History

2021-10-30 18:21:54 +02:00
/** Creates tfjs bundle used by Human browser build target
* @external
*/
2021-11-15 15:26:38 +01:00
// import * as tf from '../../tfjs';
import * as tf from '@vladmandic/tfjs';
2021-10-21 16:26:44 +02:00
2021-11-15 15:26:38 +01:00
// export * from '../../tfjs';
export * from '@vladmandic/tfjs';
2021-10-21 16:26:44 +02:00
2021-10-30 18:21:54 +02:00
/** Define custom TFJS version */
2021-10-21 16:26:44 +02:00
export const version_core = tf.version['tfjs-core'];