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) 287 B
import { dtype } from './tensor'; export declare function stringToType(str: string): dtype; export declare function typeToString(dt: any): "Float16" | "Float32" | "Float64" | "BoolInt8" | "Int16" | "Int32" | "Int64" | "BigInt64" | "Uint8" | "Uint16" | "Uint32" | "Uint64" | "BigUint64";