MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_node_name

Function get_node_name

tensorflow/python/debug/lib/debug_graphs.py:49–51  ·  view source on GitHub ↗
(element_name)

Source from the content-addressed store, hash-verified

47
48
49def get_node_name(element_name):
50 node_name, _ = parse_node_or_tensor_name(element_name)
51 return node_name
52
53
54def get_output_slot(element_name):

Callers 2

traceMethod · 0.85

Calls 1

Tested by

no test coverage detected