Home
last modified time | relevance | path

Searched defs:while_body (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_constant_sinking_test.cc63 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
103 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
144 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
192 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
234 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
Dwhile_loop_expensive_invariant_code_motion_test.cc78 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
100 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
184 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
234 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
Dwhile_loop_invariant_code_motion_test.cc66 HloComputation* while_body = [&]() { in TEST_F() local
108 HloComputation* while_body = [&]() { in TEST_F() local
180 HloComputation* while_body = [&]() { in TEST_F() local
219 HloComputation* while_body = [&]() { in TEST_F() local
258 HloComputation* while_body = [&]() { in TEST_F() local
307 HloComputation* while_body = [&]() { in TEST_F() local
361 HloComputation* while_body = [&]() { in TEST_F() local
411 HloComputation* while_body; in TEST_F() local
447 HloComputation* while_body = [&]() { in TEST_F() local
501 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
[all …]
Dwhile_loop_analysis.cc104 auto* while_body = while_op->while_body(); in GetAuxiliaryLoopInductionVars() local
274 auto* while_body = while_op->while_body(); in GetLoopInductionVarTupleIdx() local
396 auto* while_body = while_op->while_body(); in PatternMatchLoopTripCount() local
510 auto* while_body = while_op->while_body(); in ComputeWhileLoopTripCount() local
594 auto* while_body = while_op->while_body(); in ComputeWhileLoopTripCountUpperBound() local
Droot_instruction_sinker_test.cc57 auto while_body = in TEST_F() local
103 auto while_body = in TEST_F() local
Dwhile_loop_simplifier.cc69 HloComputation* while_body = while_op->while_body(); in RemoveDeadTupleIndices() local
243 HloComputation* while_body = while_op->while_body(); in TryRemoveDeadWhileParams() local
371 HloComputation* while_body = while_op->while_body(); in TryRemoveRepeatedWhileTupleIndicesHelper() local
433 HloComputation* while_body = while_op->while_body(); in TryRemoveRepeatedWhileTupleIndices() local
528 auto* while_body = while_op->while_body(); in TryRemoveConstantParams() local
762 auto while_body = while_op->while_body(); in TryPropagateConstant() local
896 auto* while_body = while_op->while_body(); in TryFlattenNestedTuples() local
1026 auto* while_body = while_op->while_body(); in TryMergeInductionVariables() local
Dwhile_loop_invariant_code_motion.cc45 HloComputation* while_body = while_instr->while_body(); in CreateLoopInvariantCopy() local
158 HloComputation* while_body = while_instr->while_body(); in TryHoistingInvariantInstructionsFromWhileBody() local
Dwhile_loop_all_reduce_code_motion.cc67 HloComputation* while_body) { in IsAllReduceMovable()
144 HloComputation* while_body) -> BufferTupleIndex { in IsAllReduceMovable()
272 HloComputation* while_body) -> MovableAllReduceContext { in IsAllReduceMovable()
Dwhile_loop_expensive_invariant_code_motion.cc58 HloComputation* while_body = while_instr->while_body(); in CreateLoopInvariantCopy() local
144 HloComputation* while_body = while_instr->while_body(); in TryHoistingInvariantInstructionsFromWhileBody() local
Dwhile_loop_constant_sinking.cc52 HloComputation* while_body = while_instr->while_body(); in TrySinkingConstantsIntoWhileLoop() local
Dwhile_loop_simplifier_test.cc187 auto* while_body = while_op->while_body(); in TEST_F() local
203 auto* while_body = while_op->while_body(); in TEST_F() local
219 auto* while_body = while_op->while_body(); in TEST_F() local
Dwhile_util_test.cc162 HloComputation* while_body = module->GetComputationWithName("body"); in TEST_F() local
Dwhile_util.cc303 const HloComputation& while_body) { in GetInvariantGTEsForWhileBody()
Dmemory_space_assignment.cc935 HloComputation* while_body = use.instruction->while_body(); in IsUseAllowedInAlternateMemory() local
1435 HloComputation* while_body = hlo_use.instruction->while_body(); in AllocateAllocationValues() local
3254 HloComputation* while_body = calling_instruction_->while_body(); in PostProcess() local
Dsharding_propagation.cc1591 HloComputation* while_body = while_instruction->while_body(); in CheckAndUpdateDeviceAssignmentsInWhileBody() local
Dhlo_verifier.cc2169 auto* while_body = xla_while->while_body(); in HandleWhile() local
Dhlo_instruction.cc2673 HloComputation* HloInstruction::while_body() const { in while_body() function in xla::HloInstruction
/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow_deprecated_py2.py401 def while_body(iterate_index, *loop_vars): function
465 def while_body(iterate_index, *loop_vars): function
522 def while_body(iterate, *loop_vars): function
590 def while_body(has_next, *loop_vars): function
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py70 def while_body(i, *ta_list): function
Dpfor.py1090 def while_body(i, *ta_list): function
2018 def while_body(i, ta): function
/external/tensorflow/tensorflow/python/compiler/xla/
Dxla_test.py164 def while_body(i): function