human/src/tfjs/types.ts

16 lines
269 B
TypeScript

/**
* Export common TensorFlow types
*/
/**
* TensorFlow Tensor type
* @external
*/
export { Tensor } from '@tensorflow/tfjs-core/dist/index';
/**
* TensorFlow GraphModel type
* @external
*/
export { GraphModel } from '@tensorflow/tfjs-converter/dist/index';