human/tfjs/tf-custom.ts

14 lines
327 B
TypeScript
Raw Normal View History

/**
* Creates tfjs bundle used by Human browser build target
* @external
*/
2021-10-21 16:26:44 +02:00
import * as tf from '../../tfjs/dist/tfjs.esm';
// eslint-disable-next-line import/export
export * from '../../tfjs/dist/tfjs.esm';
2021-10-21 16:26:44 +02:00
// needs override
// eslint-disable-next-line import/export
export const version_core = tf.version['tfjs-core'];