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

Function IsMerge

tensorflow/python/ops/control_flow_util.py:97–99  ·  view source on GitHub ↗

Return true if `op` is a Merge.

(op)

Source from the content-addressed store, hash-verified

95
96
97def IsMerge(op):
98 """Return true if `op` is a Merge."""
99 return op.type == "Merge" or op.type == "RefMerge"
100
101
102def IsLoopEnter(op):

Callers 2

IsCondMergeFunction · 0.70
IsLoopMergeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected