2021-10-30 18:21:54 +02:00
|
|
|
/** Creates tfjs bundle used by Human browser build target
|
2021-09-15 02:07:08 +02:00
|
|
|
* @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'];
|