UNPKG

brain.js

Version:

Neural networks in JavaScript

3 lines 134 B
import { Matrix } from '.'; export declare function tanhB(product: Matrix, left: Matrix): void; //# sourceMappingURL=tanh-b.d.ts.map