2022-10-17 16:47:20 +02:00
|
|
|
/* eslint-disable import/no-unresolved */
|
2022-08-21 19:34:51 +02:00
|
|
|
/* eslint-disable import/no-extraneous-dependencies */
|
|
|
|
|
2022-11-11 17:11:27 +01:00
|
|
|
export * from 'types/tfjs.esm';
|
|
|
|
|
2021-10-31 13:03:42 +01:00
|
|
|
export declare const version: {
|
|
|
|
'tfjs-core': string;
|
|
|
|
'tfjs-backend-cpu': string;
|
|
|
|
'tfjs-backend-webgl': string;
|
|
|
|
'tfjs-data': string;
|
|
|
|
'tfjs-layers': string;
|
|
|
|
'tfjs-converter': string;
|
|
|
|
tfjs: string;
|
|
|
|
};
|
2022-08-21 19:34:51 +02:00
|
|
|
|
2021-10-31 13:03:42 +01:00
|
|
|
export * from '@tensorflow/tfjs-core';
|
|
|
|
export * from '@tensorflow/tfjs-converter';
|
2022-11-11 17:11:27 +01:00
|
|
|
export * from '@tensorflow/tfjs-data';
|
|
|
|
export * from '@tensorflow/tfjs-layers';
|
|
|
|
export * from '@tensorflow/tfjs-backend-cpu';
|
2022-08-21 19:34:51 +02:00
|
|
|
export * from '@tensorflow/tfjs-backend-wasm';
|
|
|
|
export * from '@tensorflow/tfjs-backend-webgl';
|
2022-11-11 17:11:27 +01:00
|
|
|
export * from '@tensorflow/tfjs-backend-webgpu';
|
|
|
|
export * from '@tensorflow/tfjs-node';
|
|
|
|
export * from '@tensorflow/tfjs-node-gpu';
|