MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / getEdgeKey

Function getEdgeKey

tensorboard/plugins/graph/tf_graph_common/edge.ts:41–43  ·  view source on GitHub ↗
(edgeObj: EdgeData)

Source from the content-addressed store, hash-verified

39 (edgeData: EdgeData): void;
40}
41export function getEdgeKey(edgeObj: EdgeData) {
42 return edgeObj.v + EDGE_KEY_DELIM + edgeObj.w;
43}
44/**
45 * Select or Create a 'g.edges' group to a given sceneGroup
46 * and builds a number of 'g.edge' groups inside the group.

Callers 2

buildGroupFunction · 0.85
appendEdgeFunction · 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…