Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner_test.cc3922 const auto while_loop = root->operand(0); in TEST_F() local
3974 const auto while_loop = root->operand(0); in TEST_F() local
4359 const auto while_loop = root->operand(0); in TEST_F() local
4437 const auto while_loop = root->operand(1)->operand(0); in TEST_F() local
4512 const auto while_loop = root->operand(0)->operand(0); in TEST_F() local
4603 const auto while_loop = root->operand(0); in TEST_F() local
4682 const auto while_loop = root->operand(1)->operand(0); in TEST_F() local
4759 const auto while_loop = root->operand(0)->operand(0); in TEST_F() local
4824 const auto while_loop = root->operand(0); in TEST_F() local
4963 const auto while_loop = in TEST_F() local
[all …]
H A Dfft_handler.cc326 auto while_loop = b->AddInstruction(HloInstruction::CreateWhile( in GetFinalFftUsingCollectivePermute() local
H A Dspmd_partitioner.h578 HloInstruction* while_loop; member
H A Ddot_handler.cc707 std::vector<ReplicaGroup> GetLoopReplicaGroups(HloInstruction* while_loop) { in GetLoopReplicaGroups()
1771 auto while_loop = b->AddInstruction(HloInstruction::CreateWhile( in PartitionBaseCase() local
/aosp_15_r20/external/executorch/exir/
H A Dcontrol_flow.py129 def while_loop( function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dcontrol_flow_util_test.py77 def while_loop(x): function
H A Dcontrol_flow_ops_py_test.py1516 def while_loop(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtraining_loop.py30 def while_loop(condition: Callable[..., Any], function
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dwhile_loop.py62 def while_loop(cond_fn, body_fn, carried_inputs): function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp997 while_loop(Cond const &cond, Body const &body) in while_loop() function
1012 while_loop(Cond const &cond) in while_loop() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dwhile_v2.py71 def while_loop(cond, function
H A Dcontrol_flow_ops.py2528 def while_loop(cond, function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/
H A Dxla.py561 while_loop = gen_xla_ops.xla_while variable
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cpu.py1921 def codegen_while_loop(self, while_loop): argument
H A Dwrapper.py1981 def codegen_while_loop(self, while_loop): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dheap_simulator_test.cc171 HloInstruction* while_loop = in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dwhile_test.cc917 auto while_loop = [this, &body, build_condition](int count) { in XLA_TEST_F() local
/aosp_15_r20/external/pytorch/torch/
H A D__init__.py2481 from torch._higher_order_ops import cond as cond, while_loop as while_loop unknown
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py6238 def while_loop(cond_fn, body_fn, carried_inputs, additional_inputs): function