Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc522 HloInstruction* outlined_instruction = in OutlineExpressionFromComputation() local
527 operand_num < outlined_instruction->operand_count(); ++operand_num) { in OutlineExpressionFromComputation()
529 outlined_instruction->mutable_operand(operand_num); in OutlineExpressionFromComputation()
543 outlined_instruction->ReplaceOperandWith(operand_num, *operand_slot)); in OutlineExpressionFromComputation()
548 outlined_instruction); in OutlineExpressionFromComputation()