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

Function _graph_name

tensorflow/python/ops/while_v2.py:1102–1105  ·  view source on GitHub ↗
(graph)

Source from the content-addressed store, hash-verified

1100
1101
1102def _graph_name(graph):
1103 if isinstance(graph, func_graph_module.FuncGraph):
1104 return graph.name
1105 return "Base"
1106
1107
1108def _pack_sequence_as(structure_with_tas, loop_vars):

Callers 1

captureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected