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