Searched refs:MakeConcatHlo (Results 1 – 4 of 4) sorted by relevance
103 StatusOr<HloInstruction*> MakeConcatHlo(
145 return MakeConcatHlo(expanded_index_components, /*dimension=*/0); in ExpandIndexVectorIntoOperandSpace()
168 return MakeConcatHlo(expanded_index_components, /*dimension=*/0); in ExpandIndexVectorIntoOperandSpace()
198 StatusOr<HloInstruction*> MakeConcatHlo( in MakeConcatHlo() function