mirror of https://github.com/vladmandic/human
20 lines
582 B
TypeScript
20 lines
582 B
TypeScript
/// <reference types="offscreencanvas" />
|
|
|
|
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;
|
|
};
|
|
export * from '@tensorflow/tfjs-core';
|
|
export * from '@tensorflow/tfjs-converter';
|
|
export * from '@tensorflow/tfjs-data';
|
|
// export * from "@tensorflow/tfjs-layers";
|
|
// export * from "@tensorflow/tfjs-backend-cpu";
|
|
// export * from "@tensorflow/tfjs-backend-wasm";
|
|
// export * from "@tensorflow/tfjs-backend-webgl";
|
|
export {};
|