Home
last modified time | relevance | path

Searched refs:GetValueSet (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.h113 const HloValueSet& GetValueSet(const HloInstruction* instruction,
115 const HloValueSet& GetValueSet(const HloPosition& position) const;
116 HloValueSet& GetValueSet(const HloPosition& position);
117 HloValueSet& GetValueSet(const HloInstruction* instruction,
124 return GetValueSet(instruction, index).GetUniqueValue();
128 return GetValue(GetValueSet(instruction, index).GetUniqueValue().id());
Dhlo_dataflow_analysis.cc125 const HloValueSet& value_set = GetValueSet(instruction, index); in ValueIsDefinedAt()
213 GetValueSet(instruction, /*index=*/{}); in ToString()
368 const HloValueSet& HloDataflowAnalysis::GetValueSet( in GetValueSet() function in xla::HloDataflowAnalysis
373 HloValueSet& HloDataflowAnalysis::GetValueSet(const HloInstruction* instruction, in GetValueSet() function in xla::HloDataflowAnalysis
378 const HloValueSet& HloDataflowAnalysis::GetValueSet( in GetValueSet() function in xla::HloDataflowAnalysis
380 return GetValueSet(position.instruction, position.index); in GetValueSet()
383 HloValueSet& HloDataflowAnalysis::GetValueSet(const HloPosition& position) { in GetValueSet() function in xla::HloDataflowAnalysis
384 return GetValueSet(position.instruction, position.index); in GetValueSet()
426 HloValueSet& value_set = GetValueSet(send, index); in UpdateSendValueSet()
441 const HloValueSet& operand_value_set = GetValueSet( in UpdateCustomCallValueSet()
[all …]
Dbfloat16_propagation.cc93 dataflow_->GetValueSet(root, entry.second).values()) { in RevertIfFusionInternalBF16Changes()
114 dataflow_->GetValueSet(inst, index).values()) { in RevertIfFusionInternalBF16Changes()
243 auto& value_set = dataflow_->GetValueSet(&hlo, index); in AllUsersConsumeBF16()
415 for (const auto* value : dataflow_->GetValueSet(hlo, index).values()) { in DetermineInstructionPrecision()
541 for (const auto* value : dataflow_->GetValueSet(root, index).values()) { in AdjustCalledComputationRoot()
595 for (const auto* value : dataflow_->GetValueSet(hlo, index).values()) { in ResolveInconsistencyOfAliasingBuffersHelper()
617 ->GetValueSet(hlo->operand(operand.operand_number), in ResolveInconsistencyOfAliasingBuffersHelper()
642 dataflow_->GetValueSet(hlo, index).values()) { in ResolveInconsistencyOfAliasingBuffersHelper()
Dloop_schedule_linearizer.cc92 if (dataflow.GetValueSet(root, index).values().size() > 1 || in AddControlEdgesForLoopWrites()
93 dataflow.GetValueSet(input, index).values().size() > 1) { in AddControlEdgesForLoopWrites()
Dcopy_insertion.cc179 if (dataflow.GetValueSet(init, index).values().size() > 1 || in IndicesToCopyForWhile()
180 dataflow.GetValueSet(xla_while, index).values().size() > 1) { in IndicesToCopyForWhile()
207 CHECK_EQ(dataflow.GetValueSet(xla_conditional, index).values().size(), 1); in IndicesToCopyForConditional()
209 auto value = dataflow.GetValueSet(xla_conditional, index).values()[0]; in IndicesToCopyForConditional()
589 dataflow_.GetValueSet(instruction->operand(0)); in CreateCopyMap()
Dbuffer_assignment.cc422 dataflow_analysis().GetValueSet(instruction, index).values()) { in GetAllSlices()
440 dataflow_analysis().GetValueSet(hlo, shape_index).values()[0]; in GetInstructionAllocation()
459 dataflow_analysis().GetValueSet(instruction, index).values()) { in HasAllocationAt()
478 dataflow_analysis().GetValueSet(instruction, index).values()) { in GetUniqueSlice()
Dbuffer_assignment.h432 return dataflow_analysis().GetValueSet(instruction, index).values(); in GetSourceBuffers()
Dhlo_alias_analysis.cc399 dataflow_analysis_->GetValueSet(instruction, index).values()) { in ComputeBuffersAt()
Dheap_simulator.cc252 dataflow_analysis.GetValueSet(operand); in RunComputation()
Dhlo_alias_analysis_test.cc62 .GetValueSet(instruction, index)
Dhlo_dataflow_analysis_test.cc68 analysis_->GetValueSet(instruction, index).values()) {