UNPKG

brain.js

Version:

Neural networks in JavaScript

6 lines 271 B
import { Matrix } from '.'; /** * multiplies {left} and {right} weight by {from} deltas into {left} and {right} deltas */ export declare function multiplyElementB(product: Matrix, left: Matrix, right: Matrix): void; //# sourceMappingURL=multiply-element-b.d.ts.map