Home
last modified time | relevance | path

Searched defs:root_instruction (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h153 HloInstruction* root_instruction() const { return root_instruction_; } in root_instruction() function
Dhlo_computation.cc52 HloInstruction* root_instruction) { in Build()
70 HloInstruction* root_instruction, HloInstruction* fusion_instruction) in HloComputation()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1405 auto root_instruction = function->root_instruction(); in MatchReductionGenerator() local