Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc513 absl::flat_hash_map<HloInstruction*, HloInstruction*> outlined_instructions; in OutlineExpressionFromComputation() local
531 HloInstruction** operand_slot = &(outlined_instructions[old_operand]); in OutlineExpressionFromComputation()
547 InsertOrDie(&outlined_instructions, instruction_to_outline, in OutlineExpressionFromComputation()
572 builder.Build(FindOrDie(outlined_instructions, output))); in OutlineExpressionFromComputation()