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';
|
2021-10-22 19:49:40 +02:00
|
|
|
|
|
|
|
/** Tensorflow Long type
|
|
|
|
* @external
|
|
|
|
*/
|
|
|
|
export { Long } from 'long';
|
2021-10-28 20:40:31 +02:00
|
|
|
// import Long from 'long';
|
|
|
|
// export { Long };
|