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) 128 B
import * as sm from '../tensor'; export declare type LossFn = (a: sm.Tensor, b: sm.Tensor) => sm.Tensor; export * from './mse';