MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation / getPixels

Method getPixels

assets/main.js:1227–1229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1225 }
1226
1227 getPixels() {
1228 return Float32Array.from(this.values);
1229 }
1230
1231 setPixels(pixels) {
1232 if (!pixels || typeof pixels.length !== "number") {

Callers 1

refreshNetworkStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected