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