UNPKG

brain.js

Version:

Neural networks in JavaScript

5 lines 238 B
/** * Returns a matrix of given width and height with each element filled with the same value */ export declare function values2D(width: number, height: number, value: number): Float32Array[]; //# sourceMappingURL=values-2d.d.ts.map