def _while_loop(cond, body, args): return tf.while_loop(cond, body, args, parallel_iterations=1, back_prop=False)