(unused_time, elements_finished, *_)
| 1033 | flat_sequence=flat_zero_emit) |
| 1034 | |
| 1035 | def condition(unused_time, elements_finished, *_): |
| 1036 | return math_ops.logical_not(math_ops.reduce_all(elements_finished)) |
| 1037 | |
| 1038 | def body(time, elements_finished, current_input, |
| 1039 | emit_ta, state, loop_state): |
nothing calls this directly
no outgoing calls
no test coverage detected