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.

7 lines (6 loc) 183 B
import type { Tensor } from '../tensor'; export declare class Module extends Function { private __self__; constructor(); forward(...args: unknown[]): Tensor[] | Tensor; }