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

Function getRelativeHeight

src/playground.ts:657–660  ·  view source on GitHub ↗
(selection)

Source from the content-addressed store, hash-verified

655}
656
657function getRelativeHeight(selection) {
658 let node = selection.node() as HTMLAnchorElement;
659 return node.offsetHeight + node.offsetTop;
660}
661
662function addPlusMinusControl(x: number, layerIdx: number) {
663 let div = d3.select("#network").append("div")

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…