/** * 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';