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.

9 lines (8 loc) 243 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 './stats' export * from './tensor' export * as util from './util'