human/types/tfjs/types.d.ts

12 lines
241 B
TypeScript
Raw Normal View History

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