Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsLoopExit
Function
IsLoopExit
tensorflow/python/ops/control_flow_util.py:107–109 ·
view source on GitHub ↗
Return true if `op` is an Exit.
(op)
Source
from the content-addressed store, hash-verified
105
106
107
def
IsLoopExit(op):
108
""
"Return true if `op` is an Exit."
""
109
return
op.type ==
"Exit"
or op.type ==
"RefExit"
110
111
112
def
IsCondSwitch(op):
Callers
1
GetOutputContext
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected