Searched refs:AppendSuffix (Results 1 – 5 of 5) sorted by relevance
71 TEST(TupleUtilTest, AppendSuffix) { in TEST() argument79 TupleUtil::AppendSuffix(param0, {param1, param1}); in TEST()
39 static HloInstruction* AppendSuffix(
41 /*static*/ HloInstruction* TupleUtil::AppendSuffix( in AppendSuffix() function in xla::TupleUtil
89 TupleUtil::AppendSuffix(call_narrow_body, live_through_values)); in WidenWhileBody()119 TupleUtil::AppendSuffix(while_instr->mutable_operand(0), instructions); in MakeInstructionsLiveIn()
1313 new_operand = TupleUtil::AppendSuffix(original_input, operands_to_add); in HandleConditional()1359 HloInstruction* new_branch_root = TupleUtil::AppendSuffix( in HandleConditional()