human/types/tfjs/types.d.ts

12 lines
241 B
TypeScript

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