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

Function canBeInSeries

tensorboard/plugins/graph/tf_graph_common/node.ts:357–359  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

355}
356/** Returns if a node can be part of a grouped series */
357export function canBeInSeries(node: Node) {
358 return getSeriesName(node) !== null;
359}
360/**
361 * Returns the name of the possible grouped series containing this node.
362 * Returns null if the node cannot be part of a grouped series of nodes.

Callers 1

getContextMenuFunction · 0.85

Calls 1

getSeriesNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…