| 3844 | } |
| 3845 | |
| 3846 | int64 HloInstruction::tuple_index() const { |
| 3847 | return Cast<HloGetTupleElementInstruction>(this)->tuple_index(); |
| 3848 | } |
| 3849 | |
| 3850 | void HloInstruction::set_tuple_index(int64 new_tuple_index) { |
| 3851 | return Cast<HloGetTupleElementInstruction>(this)->set_tuple_index( |
no outgoing calls