UNPKG

brain.js

Version:

Neural networks in JavaScript

5 lines 263 B
/** * Returns a 3D tensor of given width, height and depth with each element equal to the given value */ export declare function values3D(width: number, height: number, depth: number, value: number): Float32Array[][]; //# sourceMappingURL=values-3d.d.ts.map