Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-cov/
Ddeferred-region.cpp34 void while_loop() { in while_loop() function
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py81 def while_loop(x): function
Dcontrol_flow_ops_py_test.py1501 def while_loop(): function
/external/llvm-project/clang/test/CoverageMapping/
Ddeferred-region.cpp136 void while_loop() { in while_loop() function
/external/tensorflow/tensorflow/python/tpu/
Dtraining_loop.py34 def while_loop(condition: Callable[..., Any], function
/external/llvm-project/clang/tools/clang-fuzzer/
Dcxx_proto.proto80 While while_loop = 3; field
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dfft_handler.cc328 auto while_loop = b->AddInstruction(HloInstruction::CreateWhile( in GetFinalFftUsingCollectivePermute() local
Dspmd_partitioner.h505 HloInstruction* while_loop; member
Dspmd_partitioner_test.cc3872 auto while_loop = root->operand(0); in TEST_F() local
3966 auto while_loop = root->operand(0); in TEST_F() local
4033 auto while_loop = root->operand(0)->operand(0); in TEST_F() local
4097 auto while_loop = root->operand(0); in TEST_F() local
Ddot_handler.cc1419 auto while_loop = b->AddInstruction(HloInstruction::CreateWhile( in PartitionBaseCase() local
/external/tensorflow/tensorflow/python/ops/
Dwhile_v2.py60 def while_loop(cond, function
Dcontrol_flow_ops.py2546 def while_loop(cond, function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py478 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