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