Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc3095 const HloInstruction* root_inst = callee.root_instruction(); in GetBufferForGlobalCallReturnValue() local
3096 if (root_inst->opcode() == HloOpcode::kOutfeed) { in GetBufferForGlobalCallReturnValue()
3101 assignment_.GetUniqueTopLevelSlice(root_inst).ValueOrDie(); in GetBufferForGlobalCallReturnValue()
3102 return EmitBufferPointer(root_buffer, root_inst->shape()); in GetBufferForGlobalCallReturnValue()