Home
last modified time | relevance | path

Searched refs:kWhile (Results 1 – 25 of 61) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_support.cc32 case HloOpcode::kWhile: in SupportsBF16Operand()
51 case HloOpcode::kWhile: in SupportsBF16Output()
69 case HloOpcode::kWhile: in SupportsMixedPrecisions()
Dwhile_loop_simplifier_test.cc41 return instr->opcode() == HloOpcode::kWhile; in FindFirstWhile()
169 ASSERT_EQ(while_op->opcode(), HloOpcode::kWhile); in TEST_F()
186 ASSERT_EQ(while_op->opcode(), HloOpcode::kWhile); in TEST_F()
202 ASSERT_EQ(while_op->opcode(), HloOpcode::kWhile); in TEST_F()
218 ASSERT_EQ(while_op->opcode(), HloOpcode::kWhile); in TEST_F()
233 ASSERT_EQ(while_op->opcode(), HloOpcode::kWhile); in TEST_F()
426 return (instr->opcode() == HloOpcode::kWhile && in TEST_F()
481 return (instr->opcode() == HloOpcode::kWhile && in TEST_F()
Dwhile_util_test.cc78 ASSERT_EQ(while_instr->opcode(), HloOpcode::kWhile); in TEST_F()
109 ASSERT_EQ(while_instr->opcode(), HloOpcode::kWhile); in TEST_F()
213 return instr->opcode() == HloOpcode::kWhile; in TEST_F()
Dhlo_liveness_analysis.cc173 CHECK_EQ(instruction->opcode(), HloOpcode::kWhile); in PropagateLivenessThroughWhile()
203 if (callsite.instruction()->opcode() == HloOpcode::kWhile) { in PropagateLivenessToParameterCallers()
234 if (caller->opcode() == HloOpcode::kWhile) { in PropagateLivenessThroughControlFlow()
288 } else if (instruction->opcode() == HloOpcode::kWhile) { in RunAnalysis()
Dgather_expander_test.cc81 if (instr->opcode() == HloOpcode::kWhile) { in TEST_F()
144 if (instr->opcode() == HloOpcode::kWhile) { in TEST_F()
Dbfloat16_propagation.cc167 CHECK_EQ(while_hlo->opcode(), HloOpcode::kWhile); in DetermineWhileComputationsPrecision()
283 } else if (use.instruction->opcode() == HloOpcode::kWhile) { in AllUsersConsumeBF16()
381 } else if (hlo->opcode() == HloOpcode::kWhile) { in DetermineInstructionPrecision()
390 if (hlo->opcode() == HloOpcode::kWhile && in DetermineInstructionPrecision()
505 case HloOpcode::kWhile: in AdjustCalledComputationParameters()
562 case HloOpcode::kWhile: in AdjustCalledComputationRoot()
663 if (hlo->opcode() == HloOpcode::kWhile) { in ResolveInconsistencyOfAliasingBuffersHelper()
854 if (inst->opcode() != HloOpcode::kWhile) { in Run()
Dhlo_ordering.cc79 if (a_ancestor == b_ancestor && a_ancestor->opcode() == HloOpcode::kWhile) { in GetExecutionConstraint()
188 if (b.is_phi() && b.defining_instruction()->opcode() == HloOpcode::kWhile && in IsDefinedBefore()
271 if (use.instruction->opcode() == HloOpcode::kWhile) { in UsesBeforeValueDefinition()
295 if (value.defining_instruction()->opcode() == HloOpcode::kWhile) { in UsesBeforeValueDefinition()
Dwhile_loop_trip_count_annotator.cc26 if (instr->opcode() != HloOpcode::kWhile) { in Run()
Dhlo_module_dce_test.cc50 if (instruction->opcode() == HloOpcode::kWhile && in WhileBodyHasPassThroughTupleElement()
75 if (instruction->opcode() == HloOpcode::kWhile) { in GetWhileLoops()
Dhlo_live_range.cc111 if (instruction->opcode() == HloOpcode::kWhile) { in FlattenSchedule()
145 if (module_scoped_analysis_ && used->opcode() == HloOpcode::kWhile) { in CalculateBufferStartEndMap()
Dhlo_alias_analysis.cc215 if (use.instruction->opcode() == HloOpcode::kWhile) { in ComputeWhileAliasedBuffers()
232 if (callsite.instruction()->opcode() == HloOpcode::kWhile) { in ComputeWhileAliasedBuffers()
252 if (callsite.instruction()->opcode() == HloOpcode::kWhile && in ComputeWhileAliasedBuffers()
271 if (value.defining_instruction()->opcode() == HloOpcode::kWhile) { in ComputeWhileAliasedBuffers()
Dhlo_dataflow_analysis.cc63 if (instruction->opcode() == HloOpcode::kWhile) { in CalculatePostOrderScheduleHelper()
629 } else if (callsite.instruction()->opcode() == HloOpcode::kWhile) { in UpdateParameterValueSet()
725 CHECK_EQ(xla_while->opcode(), HloOpcode::kWhile); in UpdateWhileValueSet()
795 case HloOpcode::kWhile: in UpdateInstructionValueSet()
910 } else if (callsite.instruction()->opcode() == HloOpcode::kWhile) { in Propagate()
968 case HloOpcode::kWhile: in InitializeInstructionValueSets()
1343 user->opcode() == HloOpcode::kWhile) { in CanShareOperandBufferWithUser()
Dhlo_module_dce.cc46 if (instruction->opcode() != HloOpcode::kWhile) { in RunWhileDCE()
Dsharding_propagation.cc213 case HloOpcode::kWhile: in PickRepresentativeOperand()
320 case HloOpcode::kWhile: in SupportSpatialPartitioning()
1011 case HloOpcode::kWhile: { in InferShardingFromOperands()
1574 CHECK_EQ(while_instruction->opcode(), HloOpcode::kWhile); in CheckAndUpdateDeviceAssignmentsInWhileBody()
1672 if (inst->opcode() == HloOpcode::kWhile) { in Run()
1711 instruction->opcode() == HloOpcode::kWhile) { in Run()
1726 if (instruction->opcode() == HloOpcode::kWhile) { in Run()
1737 if (instruction->opcode() == HloOpcode::kWhile || in Run()
1758 if (instruction->opcode() == HloOpcode::kWhile) { in Run()
Dflatten_call_graph.cc37 case HloOpcode::kWhile: { in ReplaceCalledComputation()
Dwhile_loop_constant_sinking.cc138 return instr->opcode() == HloOpcode::kWhile; in Run()
Dloop_schedule_linearizer.cc151 if (instruction->opcode() == HloOpcode::kWhile) { in Run()
Dhlo_opcode.h154 V(kWhile, "while", 1)
Dwhile_loop_analysis.cc99 CHECK_EQ(while_op->opcode(), HloOpcode::kWhile); in GetAuxiliaryLoopInductionVars()
242 CHECK_EQ(while_op->opcode(), HloOpcode::kWhile); in GetLoopInductionVarTupleIdx()
Dhlo_element_type_converter.cc144 if (opcode == HloOpcode::kWhile || opcode == HloOpcode::kCall || in Run()
Dwhile_loop_invariant_code_motion.cc311 return instr->opcode() == HloOpcode::kWhile; in Run()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfor_thunk.cc29 : Thunk(Kind::kWhile, thunk_info), in ForThunk()
Dthunk.cc83 case Thunk::kWhile: in ThunkKindToString()
Dwhile_thunk.cc33 : Thunk(Kind::kWhile, thunk_info), in WhileThunk()
Dthunk.h71 kWhile, enumerator

123