human/src/tfjs/types.ts

14 lines
260 B
TypeScript
Raw Normal View History

/** TFJS common types exports */
2021-05-25 14:58:20 +02:00
/**
* TensorFlow Tensor type
2021-06-07 01:00:34 +02:00
* @external
2021-05-25 14:58:20 +02:00
*/
export { Tensor } from '@tensorflow/tfjs-core/dist/index';
2021-05-25 14:58:20 +02:00
/**
* TensorFlow GraphModel type
2021-06-07 01:00:34 +02:00
* @external
2021-05-25 14:58:20 +02:00
*/
export { GraphModel } from '@tensorflow/tfjs-converter/dist/index';