2021-09-25 17:51:15 +02:00
|
|
|
/** TFJS common types exports */
|
2021-05-25 14:58:20 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* TensorFlow Tensor type
|
2021-06-07 01:00:34 +02:00
|
|
|
* @external
|
2021-05-25 14:58:20 +02:00
|
|
|
*/
|
2021-05-23 03:47:59 +02:00
|
|
|
export { Tensor } from '@tensorflow/tfjs-core/dist/index';
|
2021-05-25 14:58:20 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* TensorFlow GraphModel type
|
2021-06-07 01:00:34 +02:00
|
|
|
* @external
|
2021-05-25 14:58:20 +02:00
|
|
|
*/
|
2021-05-23 03:47:59 +02:00
|
|
|
export { GraphModel } from '@tensorflow/tfjs-converter/dist/index';
|