Searched defs:while_loop (Results 1 – 9 of 9) sorted by relevance
34 void while_loop() { in while_loop() function
81 def while_loop(x): function
1248 def while_loop(): function
30 def while_loop(condition, body, inputs=None, infeed_queue=None, name=None): function
56 def while_loop(cond, function
3221 def while_loop(cond, function
420 while_loop = gen_xla_ops.xla_while variable
171 HloInstruction* while_loop = in TEST_F() local
932 auto while_loop = [this, &body, build_condition](int count) { in XLA_TEST_F() local