MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / tuple_index

Method tuple_index

tensorflow/compiler/xla/service/hlo_instruction.cc:3846–3848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

ImportInstructionMethod · 0.45
HandleGetTupleElementMethod · 0.45
MatchImplMethod · 0.45
IsPositiveFunction · 0.45
HandleGetTupleElementMethod · 0.45
CreateFromProtoMethod · 0.45
MatchAndExplainMethod · 0.45
RunMethod · 0.45
GetGTEOperandIndexFunction · 0.45

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36