Searched refs:MakeInstructionPostOrder (Results 1 – 25 of 34) sorted by relevance
12
67 fusion->fused_instructions_computation()->MakeInstructionPostOrder(); in DetermineFusionComputationPrecision()123 fusion->fused_instructions_computation()->MakeInstructionPostOrder()) { in RevertIfFusionInternalBF16Changes()191 auto body_insts = body->MakeInstructionPostOrder(); in DetermineWhileComputationsPrecision()198 auto condition_insts = condition->MakeInstructionPostOrder(); in DetermineWhileComputationsPrecision()505 auto insts = computation->MakeInstructionPostOrder(); in ResolveInconsistencyOfAliasingBuffersHelper()627 auto insts = computation->MakeInstructionPostOrder(); in ResolveInconsistentFusions()673 for (auto hlo : computation->MakeInstructionPostOrder()) { in ResolveConvertedConstants()691 for (auto hlo : computation->MakeInstructionPostOrder()) { in SkipNoopConversions()733 for (auto inst : computation->MakeInstructionPostOrder()) { in Run()762 for (auto inst : computation->MakeInstructionPostOrder()) { in Run()[all …]
131 EXPECT_THAT(computation->MakeInstructionPostOrder(), ElementsAre(constant)); in TEST_F()146 EXPECT_THAT(computation->MakeInstructionPostOrder(), in TEST_F()164 EXPECT_THAT(computation->MakeInstructionPostOrder(), in TEST_F()182 EXPECT_THAT(computation->MakeInstructionPostOrder(), in TEST_F()204 auto post_order = computation->MakeInstructionPostOrder(); in TEST_F()432 auto instructions = computation->MakeInstructionPostOrder(); in TEST_F()699 EXPECT_THAT(module->entry_computation()->MakeInstructionPostOrder(), in TEST_F()
192 for (auto* instruction : while_body->MakeInstructionPostOrder()) { in TryHoistingInvariantInstructionsFromWhileBody()203 for (auto* instruction : while_body->MakeInstructionPostOrder()) { in TryHoistingInvariantInstructionsFromWhileBody()
33 for (HloInstruction* instruction : comp->MakeInstructionPostOrder()) { in Run()
34 computation->MakeInstructionPostOrder()) { in RunInternal()
77 for (auto instruction : computation->MakeInstructionPostOrder()) { in Run()
66 fused_computation->MakeInstructionPostOrder()) { in Defuse()
38 for (HloInstruction* dynamic_op : computation->MakeInstructionPostOrder()) { in Run()
77 computation->MakeInstructionPostOrder()) { in Run()
143 for (auto instruction : computation->MakeInstructionPostOrder()) { in Run()
71 ->MakeInstructionPostOrder()) { in TEST_F()
80 const auto& all = computation->MakeInstructionPostOrder(); in Build()
330 post_order_ = computation->MakeInstructionPostOrder(); in ReversePostOrderFusionQueue()464 ComputeGloballyUnfusible(computation_->MakeInstructionPostOrder()); in Run()
430 for (const HloInstruction* hlo : computation->MakeInstructionPostOrder()) { in DFSMemoryScheduler()506 return HloInstructionSequence(computation->MakeInstructionPostOrder()); in PostOrderMemoryScheduler()
132 comparator->MakeInstructionPostOrder(); in ExpandInstruction()
125 for (auto* hlo : computation->MakeInstructionPostOrder()) { in Run()
84 for (HloInstruction* instruction : computation->MakeInstructionPostOrder()) { in Populate()
420 std::vector<HloInstruction*> HloComputation::MakeInstructionPostOrder() const { in MakeInstructionPostOrder() function in xla::HloComputation469 return ToString(options, MakeInstructionPostOrder()); in ToString()525 for (const HloInstruction* instruction : MakeInstructionPostOrder()) { in ToProto()
135 for (const auto* hlo : computation.MakeInstructionPostOrder()) { in AssignStreams()
80 module->entry_computation()->MakeInstructionPostOrder()); in GpuHloOrdering()
159 for (auto* instruction : computation_->MakeInstructionPostOrder()) { in Run()
133 for (HloInstruction* consumer : computation()->MakeInstructionPostOrder()) { in DoProducerConsumerMultiOutputFusion()
86 for (auto old_instruction : computation->MakeInstructionPostOrder()) { in FinishVisit()
34 module->entry_computation()->MakeInstructionPostOrder()) { in Run()
229 fusion->fused_instructions_computation()->MakeInstructionPostOrder(); in IsFusedIrEmitterInefficient()