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.

6 lines (5 loc) 182 B
export * from './dtype'; export * from './tensor'; export * from './tensor_ops'; import './register_gradients'; export type { TensorOpsInterface } from './tensor_ops_interface_gen';