Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.h103 StatusOr<HloInstruction*> MakeConcatHlo(
Dgather_expander.cc145 return MakeConcatHlo(expanded_index_components, /*dimension=*/0); in ExpandIndexVectorIntoOperandSpace()
Dscatter_expander.cc168 return MakeConcatHlo(expanded_index_components, /*dimension=*/0); in ExpandIndexVectorIntoOperandSpace()
Dhlo_creation_utils.cc198 StatusOr<HloInstruction*> MakeConcatHlo( in MakeConcatHlo() function