mirror of https://github.com/vladmandic/human
redefine tensor
parent
714d2b9187
commit
fdddebda2a
|
@ -11,6 +11,7 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
### **HEAD -> main** 2021/03/17 mandic00@live.com
|
### **HEAD -> main** 2021/03/17 mandic00@live.com
|
||||||
|
|
||||||
|
- regen type declarations
|
||||||
- switch to single jumbo dts
|
- switch to single jumbo dts
|
||||||
- type definitions
|
- type definitions
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ import { Result } from './result';
|
||||||
import * as sample from './sample';
|
import * as sample from './sample';
|
||||||
import * as app from '../package.json';
|
import * as app from '../package.json';
|
||||||
|
|
||||||
type Tensor = Object;
|
type Tensor = typeof tf.Tensor;
|
||||||
type Model = Object;
|
type Model = Object;
|
||||||
|
|
||||||
export type { Config } from './config';
|
export type { Config } from './config';
|
||||||
|
|
Loading…
Reference in New Issue