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

Function condition

tensorflow/python/ops/rnn.py:1183–1184  ·  view source on GitHub ↗
(unused_time, elements_finished, *_)

Source from the content-addressed store, hash-verified

1181 structure=emit_structure, flat_sequence=flat_zero_emit)
1182
1183 def condition(unused_time, elements_finished, *_):
1184 return math_ops.logical_not(math_ops.reduce_all(elements_finished))
1185
1186 def body(time, elements_finished, current_input, emit_ta, state,
1187 loop_state):

Callers 3

condition_wrapperFunction · 0.50
wrapperFunction · 0.50
WaitUntilFunction · 0.50

Calls

no outgoing calls

Tested by 1

wrapperFunction · 0.40