UNPKG

@sapien/core

Version:

The Missing AI / ML Library for JavaScript.

10 lines (9 loc) 226 B
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; };