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

Function getStrictName

tensorboard/plugins/graph/tf_graph_common/graph.ts:1314–1317  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1312 * where the node name is also a namespace.
1313 */
1314export function getStrictName(name: string): string {
1315 let parts = name.split(NAMESPACE_DELIM);
1316 return name + NAMESPACE_DELIM + '(' + parts[parts.length - 1] + ')';
1317}
1318/**
1319 * For each op node (embedding or non-embedding), rename it if there is a
1320 * non-embedding node under its namespace. For example, assume node name 'A'.

Callers 2

joinStatsInfoWithGraphFunction · 0.85
mapStrictHierarchyFunction · 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…