human/tfjs/tf-custom.ts

12 lines
311 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-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'];