Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
Adding type docs to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
yawetse committed Jul 28, 2018
1 parent 048dbcc commit d34076e
Show file tree
Hide file tree
Showing 9 changed files with 4,217 additions and 3,841 deletions.
10 changes: 5 additions & 5 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Base class for tensorscript models

### `constructor(options: Object, customTF: Object, properties: {model:Object,tf:Object,})`

### `settings: *`
### `settings: Object`

### `model: *`
### `model: Object`

### `tf: *`
### `tf: Object`

### `reshape: *`
### `reshape: Function`

### `getInputShape: *`
### `getInputShape: Function`

### `reshape(array: Array<number>, shape: Array<number>): Array<Array<number>>`

Expand Down

0 comments on commit d34076e

Please sign in to comment.