Searched refs:value_source (Results 1 – 2 of 2) sorted by relevance
251 const HloValue* value_source = sources.values()[0]; in CreateResultShapedBuffer() local252 HloInstruction* src = value_source->instruction(); in CreateResultShapedBuffer()258 this->assignment_->GetUniqueSlice(src, value_source->index())); in CreateResultShapedBuffer()
259 const HloValue* value_source = sources.values()[0]; in FindResultBufferAllocationIndex() local260 HloInstruction* src = value_source->instruction(); in FindResultBufferAllocationIndex()262 assignment.GetUniqueSlice(src, value_source->index())); in FindResultBufferAllocationIndex()274 const HloValue* value_source = sources.values()[0]; in FindResultBufferAllocationIndex() local275 HloInstruction* src = value_source->instruction(); in FindResultBufferAllocationIndex()277 assignment.GetUniqueSlice(src, value_source->index())); in FindResultBufferAllocationIndex()