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-10-30 18:21:54 +02:00
|
|
|
import * as tf from '../../tfjs';
|
2021-10-21 16:26:44 +02:00
|
|
|
|
|
|
|
// eslint-disable-next-line import/export
|
2021-10-30 18:21:54 +02:00
|
|
|
export * from '../../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
|
|
|
// eslint-disable-next-line import/export
|
|
|
|
export const version_core = tf.version['tfjs-core'];
|