UNPKG

@thi.ng/tensors

Version:

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

3 lines 177 B
import type { ITensor } from "./api.js"; export declare const set: <T>(out: ITensor<T>, src: ITensor<T>) => import("./tensor.js").Tensor1<any>; //# sourceMappingURL=set.d.ts.map