pull/280/head
Vladimir Mandic 2021-12-01 08:27:05 -05:00
parent c03fd41ca7
commit 5486b0d631
2 changed files with 15 additions and 21 deletions

View File

@ -9,8 +9,13 @@
## Changelog
### **HEAD -> main** 2021/11/24 mandic00@live.com
### **2.5.5** 2021/12/01 mandic00@live.com
### **origin/main** 2021/11/26 mandic00@live.com
- added human-motion
- add offscreencanvas typedefs
- release preview
- fix face box scaling on detection
- cleanup

29
tfjs/tfjs.esm.d.ts vendored
View File

@ -1,13 +1,3 @@
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;
};
import '@tensorflow/tfjs-core';
import '@tensorflow/tfjs-core/dist/register_all_gradients';
import '@tensorflow/tfjs-core/dist/public/chained_ops/register_all_chained_ops';
@ -19,13 +9,12 @@ import '@tensorflow/tfjs-backend-webgl';
import '@tensorflow/tfjs-backend-wasm';
import '@tensorflow/tfjs-backend-webgpu';
/*
/// <reference types="offscreencanvas" />
/// <reference types="webgl-ext" />
/// <reference types="webgl2" />
import * as data from '@tensorflow/tfjs-data';
export { data };
export * from '@tensorflow/tfjs-core';
export * from '@tensorflow/tfjs-converter';
export * from '@tensorflow/tfjs-layers';
*/
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;
};