Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1609 HloInstruction* instruction_to_append, bool add_output) { in AppendInstructionIntoCalledComputation() argument
1613 CHECK(IsUserOf(instruction_to_append)); in AppendInstructionIntoCalledComputation()
1615 return CloneAndAppendInstructionIntoCalledComputation(instruction_to_append, in AppendInstructionIntoCalledComputation()
1621 HloInstruction* instruction_to_append, bool add_output) { in CloneAndAppendInstructionIntoCalledComputation() argument
1622 CHECK(instruction_to_append->IsFusible()) in CloneAndAppendInstructionIntoCalledComputation()
1623 << instruction_to_append->ToString(); in CloneAndAppendInstructionIntoCalledComputation()
1625 << instruction_to_append->ToString(); in CloneAndAppendInstructionIntoCalledComputation()
1633 builder.AddInstruction(instruction_to_append->Clone(/*suffix=*/"")); in CloneAndAppendInstructionIntoCalledComputation()
1643 absl::c_linear_search(operands(), instruction_to_append); in CloneAndAppendInstructionIntoCalledComputation()
1645 if (instruction_to_append->opcode() == HloOpcode::kTuple) { in CloneAndAppendInstructionIntoCalledComputation()
[all …]
Dhlo_instructions.h1170 HloInstruction* instruction_to_append, bool add_output = false);
1176 HloInstruction* instruction_to_append, bool add_output = false);
Dhlo_instruction.h1928 HloInstruction* instruction_to_append, bool add_output = false);
Dhlo_instruction.cc4549 HloInstruction* instruction_to_append, bool add_output) { in AppendInstructionIntoCalledComputation() argument
4551 ->AppendInstructionIntoCalledComputation(instruction_to_append, in AppendInstructionIntoCalledComputation()