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.

4 lines (3 loc) 150 B
import { Tensor } from '@shumai/shumai'; declare function arrayArg(arg: number | number[] | Tensor[] | BigInt64Array): number[]; export { arrayArg };