UNPKG

@thi.ng/tensors

Version:

0D/1D/2D/3D/4D tensors with extensible polymorphic operations and customizable storage

7 lines (6 loc) 127 B
import { defOpT } from "./defopt.js"; const $op = defOpT((x) => x); const set = (out, src) => $op(out, src); export { set };