Home
last modified time | relevance | path

Searched defs:while_loop (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py81 def while_loop(x): function
Dcontrol_flow_ops_py_test.py1530 def while_loop(): function
/external/tensorflow/tensorflow/python/tpu/
Dtraining_loop.py34 def while_loop(condition: Callable[..., Any], function
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dfft_handler.cc328 auto while_loop = b->AddInstruction(HloInstruction::CreateWhile( in GetFinalFftUsingCollectivePermute() local
Dspmd_partitioner.h526 HloInstruction* while_loop; member
Dspmd_partitioner_test.cc4126 auto while_loop = root->operand(0); in TEST_F() local
4220 auto while_loop = root->operand(0); in TEST_F() local
4289 auto while_loop = root->operand(0); in TEST_F() local
4356 auto while_loop = root->operand(0)->operand(0); in TEST_F() local
4420 auto while_loop = root->operand(0); in TEST_F() local
Ddot_handler.cc461 std::vector<ReplicaGroup> GetLoopReplicaGroups(HloInstruction* while_loop) { in GetLoopReplicaGroups()
1508 auto while_loop = b->AddInstruction(HloInstruction::CreateWhile( in PartitionBaseCase() local
/external/tensorflow/tensorflow/python/ops/
Dwhile_v2.py74 def while_loop(cond, function
Dcontrol_flow_ops.py2563 def while_loop(cond, function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py546 while_loop = gen_xla_ops.xla_while variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc172 HloInstruction* while_loop = in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc932 auto while_loop = [this, &body, build_condition](int count) { in XLA_TEST_F() local