Home
last modified time | relevance | path

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

12

/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_util_test.cc73 ASSERT_EQ(while_instr->opcode(), HloOpcode::kWhile); in TEST()
104 ASSERT_EQ(while_instr->opcode(), HloOpcode::kWhile); in TEST()
208 return instr->opcode() == HloOpcode::kWhile; in TEST()
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()
220 ASSERT_EQ(while_op->opcode(), HloOpcode::kWhile); in TEST_F()
413 return (instr->opcode() == HloOpcode::kWhile && in TEST_F()
Dbfloat16_propagation.cc165 CHECK_EQ(while_hlo->opcode(), HloOpcode::kWhile); in DetermineWhileComputationsPrecision()
254 } else if (use.instruction->opcode() == HloOpcode::kWhile) { in AllUsersConsumeBF16()
322 } else if (hlo->opcode() == HloOpcode::kWhile) { in DetermineInstructionPrecision()
329 if (hlo->opcode() == HloOpcode::kWhile && in DetermineInstructionPrecision()
442 case HloOpcode::kWhile: in AdjustCalledComputationParameters()
493 case HloOpcode::kWhile: in AdjustCalledComputationRoot()
554 if (hlo->opcode() == HloOpcode::kWhile) { in ResolveInconsistencyOfAliasingBuffersHelper()
734 if (inst->opcode() != HloOpcode::kWhile) { in Run()
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.cc72 if (instr->opcode() == HloOpcode::kWhile) { in TEST()
133 if (instr->opcode() == HloOpcode::kWhile) { in TEST()
Dhlo_ordering.cc60 if (a_ancestor == b_ancestor && a_ancestor->opcode() == HloOpcode::kWhile) { in ExecutesBefore()
146 if (b.is_phi() && b.defining_instruction()->opcode() == HloOpcode::kWhile && in IsDefinedBefore()
194 if (use.instruction->opcode() == HloOpcode::kWhile) { in UseIsBeforeValueDefinition()
208 if (value.defining_instruction()->opcode() == HloOpcode::kWhile) { in UseIsBeforeValueDefinition()
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()
270 if (value.defining_instruction()->opcode() == HloOpcode::kWhile) { in ComputeWhileAliasedBuffers()
Dwhile_loop_trip_count_annotator.cc26 if (instr->opcode() != HloOpcode::kWhile) { in Run()
Dhlo_dataflow_analysis.cc490 } else if (callsite.instruction()->opcode() == HloOpcode::kWhile) { in UpdateParameterValueSet()
587 CHECK_EQ(xla_while->opcode(), HloOpcode::kWhile); in UpdateWhileValueSet()
620 case HloOpcode::kWhile: in UpdateInstructionValueSet()
711 } else if (callsite.instruction()->opcode() == HloOpcode::kWhile) { in Propagate()
776 case HloOpcode::kWhile: in InitializeInstructionValueSets()
1096 user->opcode() == HloOpcode::kWhile) { in CanShareOperandBufferWithUser()
Dhlo_module_dce.cc43 if (instruction->opcode() != HloOpcode::kWhile) { in RunWhileDCE()
Dflatten_call_graph.cc37 case HloOpcode::kWhile: { in ReplaceCalledComputation()
Dwhile_loop_constant_sinking.cc138 return instr->opcode() == HloOpcode::kWhile; in Run()
Dhlo_opcode.h145 V(kWhile, "while", 1)
Dhlo_module_dce_test.cc51 if (instruction->opcode() == HloOpcode::kWhile && in WhileBodyHasPassThroughTupleElement()
Dbfloat16_conversion_folding.cc164 hlo->opcode() == HloOpcode::kWhile || // in DefaultAction()
Dhlo_instruction.cc944 absl::WrapUnique(new HloInstruction(HloOpcode::kWhile, shape)); in CreateWhile()
1472 case HloOpcode::kWhile: in CloneWithNewOperands()
1793 case HloOpcode::kWhile: in IdenticalSlowPath()
2027 CHECK_EQ(HloOpcode::kWhile, opcode_); in while_condition()
2032 CHECK_EQ(HloOpcode::kWhile, opcode_); in while_body()
2040 CHECK_EQ(HloOpcode::kWhile, opcode_); in set_while_condition()
2048 CHECK_EQ(HloOpcode::kWhile, opcode_); in set_while_body()
2053 CHECK_EQ(HloOpcode::kWhile, opcode_); in while_init()
2281 if (opcode() == HloOpcode::kWhile) { in ExtraAttributesToString()
2327 case HloOpcode::kWhile: in ExtraAttributesToString()
[all …]
Dhlo_module_group_metadata.cc301 if (hlo->opcode() == HloOpcode::kWhile) { in RecordInstructions()
384 TF_RET_CHECK(instruction1->opcode() == HloOpcode::kWhile || in AddCompanion()
Dwhile_loop_invariant_code_motion.cc310 return instr->opcode() == HloOpcode::kWhile; in Run()
Dhlo_element_type_converter.cc144 if (opcode == HloOpcode::kWhile || opcode == HloOpcode::kCall || in Run()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.cc59 case Thunk::kWhile: in ThunkKindToString()
Dfor_thunk.cc29 : Thunk(Kind::kWhile, hlo), in ForThunk()
Dthunk.h63 kWhile, enumerator
Dwhile_thunk.cc31 : Thunk(Kind::kWhile, hlo), in WhileThunk()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc192 if (instruction->opcode() == HloOpcode::kWhile) { in AssignParallelTasksHelper()

12