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.

3 lines (2 loc) 101 B
import * as sm from '../tensor'; export declare function mse(a: sm.Tensor, b: sm.Tensor): sm.Tensor;