Searched refs:slice_or_tuple (Results 1 – 1 of 1) sorted by relevance
5727 HloInstruction* slice_or_tuple = fused_computation->root_instruction(); in EmitElementForInputFusibleSlices() local5729 if (slice_or_tuple->opcode() == HloOpcode::kSlice) { in EmitElementForInputFusibleSlices()5730 return absl::Span<HloInstruction* const>(&slice_or_tuple, 1); in EmitElementForInputFusibleSlices()5732 CHECK_EQ(slice_or_tuple->opcode(), HloOpcode::kTuple); in EmitElementForInputFusibleSlices()5733 return slice_or_tuple->operands(); in EmitElementForInputFusibleSlices()