Home
last modified time | relevance | path

Searched refs:value_source (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc251 const HloValue* value_source = sources.values()[0]; in CreateResultShapedBuffer() local
252 HloInstruction* src = value_source->instruction(); in CreateResultShapedBuffer()
258 this->assignment_->GetUniqueSlice(src, value_source->index())); in CreateResultShapedBuffer()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtfrt_cpu_pjrt_client.cc259 const HloValue* value_source = sources.values()[0]; in FindResultBufferAllocationIndex() local
260 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() local
275 HloInstruction* src = value_source->instruction(); in FindResultBufferAllocationIndex()
277 assignment.GetUniqueSlice(src, value_source->index())); in FindResultBufferAllocationIndex()