Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddynamic_padder.cc1832 std::vector<HloInstruction*> static_tuple_elements; in InsertPadToStaticOnInstruction() local
1841 static_tuple_elements.push_back(gte); in InsertPadToStaticOnInstruction()
1845 static_tuple_elements.push_back(static_gte); in InsertPadToStaticOnInstruction()
1850 HloInstruction::CreateTuple(static_tuple_elements)); in InsertPadToStaticOnInstruction()