Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
def
IsMerge(op):
98
""
"Return true if `op` is a Merge."
""
99
return
op.type ==
"Merge"
or op.type ==
"RefMerge"
100
101
102
def
IsLoopEnter(op):
Callers
2
IsCondMerge
Function · 0.70
IsLoopMerge
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected