Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.h1169 HloInstruction* AppendInstructionIntoCalledComputation(
1255 return AppendInstructionIntoCalledComputation(instruction_to_fuse); in FuseInstruction()
1265 return AppendInstructionIntoCalledComputation(instruction_to_fuse, in FuseInstructionIntoMultiOutput()
H A Dhlo_computation.cc731 caller->AppendInstructionIntoCalledComputation(instruction); in AppendInstructionsIntoCalledComputation()
H A Dhlo_instruction.h1927 HloInstruction* AppendInstructionIntoCalledComputation(
H A Dhlo_instruction.cc4548 HloInstruction* HloInstruction::AppendInstructionIntoCalledComputation( in AppendInstructionIntoCalledComputation() function in xla::HloInstruction
4551 ->AppendInstructionIntoCalledComputation(instruction_to_append, in AppendInstructionIntoCalledComputation()
H A Dhlo_instruction_test.cc771 call->AppendInstructionIntoCalledComputation(exp4, /*add_output=*/true); in TEST_F()
H A Dhlo_instructions.cc1608 HloInstruction* HloCallableInstruction::AppendInstructionIntoCalledComputation( in AppendInstructionIntoCalledComputation() function in xla::HloCallableInstruction