redefine tensor

pull/293/head
Vladimir Mandic 2021-03-17 20:23:12 -04:00
parent 714d2b9187
commit fdddebda2a
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
### **HEAD -> main** 2021/03/17 mandic00@live.com
- regen type declarations
- switch to single jumbo dts
- type definitions

View File

@ -20,7 +20,7 @@ import { Result } from './result';
import * as sample from './sample';
import * as app from '../package.json';
type Tensor = Object;
type Tensor = typeof tf.Tensor;
type Model = Object;
export type { Config } from './config';