UNPKG

@shumai/shumai

Version:

A fast, network-connected, differentiable tensor library for TypeScript (and JavaScript). Built with bun + flashlight for software engineers and researchers alike.

8 lines (7 loc) 226 B
export * as io from './io'; export * as loss from './loss'; export * as module from './module'; export * as network from './network'; export * as optim from './optim'; export * from './tensor'; export * as util from './util';