UNPKG
@sapien/core
Version:
latest (0.2.14-rc.1)
0.2.14-rc.1
0.2.13-rc.1
The Missing AI / ML Library for JavaScript.
github.com/DakshMiglani/Sapien.ML
DakshMiglani/Sapien.ML
@sapien/core
/
dist
/
src
/
main.d.ts
10 lines
(9 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Layer
,
Dense
}
from
'@layers'
;
import
{
Tensor
}
from
'@types'
;
export
declare
const
layers
: {
Layer
:
typeof
Layer
;
Dense
:
typeof
Dense
; };
export
declare
const
types
: {
Tensor
:
typeof
Tensor
; };