human/src/tfjs/types.ts

4 lines
150 B
TypeScript
Raw Normal View History

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