MCPcopy 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
107def IsLoopExit(op):
108 """Return true if `op` is an Exit."""
109 return op.type == "Exit" or op.type == "RefExit"
110
111
112def IsCondSwitch(op):

Callers 1

GetOutputContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected