Searched refs:expanded_index_components (Results 1 – 2 of 2) sorted by relevance
129 std::vector<HloInstruction*> expanded_index_components; in ExpandIndexVectorIntoOperandSpace() local139 expanded_index_components.push_back(component_to_concat); in ExpandIndexVectorIntoOperandSpace()141 expanded_index_components.push_back(zero); in ExpandIndexVectorIntoOperandSpace()145 return MakeConcatHlo(expanded_index_components, /*dimension=*/0); in ExpandIndexVectorIntoOperandSpace()
150 std::vector<HloInstruction*> expanded_index_components; in ExpandIndexVectorIntoOperandSpace() local162 expanded_index_components.push_back(component_to_concat); in ExpandIndexVectorIntoOperandSpace()164 expanded_index_components.push_back(zero); in ExpandIndexVectorIntoOperandSpace()168 return MakeConcatHlo(expanded_index_components, /*dimension=*/0); in ExpandIndexVectorIntoOperandSpace()