MCPcopy
hub / github.com/tensorflow/playground / nodeIndexScale

Function nodeIndexScale

src/playground.ts:564–564  ·  view source on GitHub ↗
(nodeIndex: number)

Source from the content-addressed store, hash-verified

562 .domain(d3.range(1, numLayers - 1))
563 .rangePoints([featureWidth, width - RECT_SIZE], 0.7);
564 let nodeIndexScale = (nodeIndex: number) => nodeIndex * (RECT_SIZE + 25);
565
566
567 let calloutThumb = d3.select(".callout.thumbnail").style("display", "none");

Callers 1

drawNetworkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…