UNPKG

@thi.ng/tensors

Version:

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

9 lines 270 B
/** * Dot product of given nD tensors. Supports broadcasting (see {@link broadcast} * for details). * * @param a - input tensor * @param b - input tensor */ export declare const dot: import("./api.js").TensorOpRTT<number, number>; //# sourceMappingURL=dot.d.ts.map