Helper to construct a while loop. Args: cond: A callable NestedMap -> tf.bool. body: A callable NestedMap -> NestedMap. loop_state: A flattenable (NestedMap, list, tuple, etc.) representing the loop state. Returns: The final loop state in the same structure as loop_state.
(cond, body, loop_state)
source not stored for this graph (policy: none)
no test coverage detected
searching dependent graphs…