Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc49 return MakeTransposeHlo(start_indices, permutation); in TransposeIndexVectorDimToLast()
269 return MakeTransposeHlo(accumulator, permutation); in PermuteBatchAndOffsetDims()
Dscatter_expander.cc51 return MakeTransposeHlo(scatter_indices, permutation); in TransposeIndexVectorDimToLast()
110 return MakeTransposeHlo(updates, permutation); in PermuteScatterAndWindowDims()
Dhlo_creation_utils.h73 StatusOr<HloInstruction*> MakeTransposeHlo(HloInstruction* operand,
Dspace_to_batch_converter.cc519 MakeTransposeHlo(activations, transpose_dims)); in BringSpaceNextToBatch()
553 MakeTransposeHlo(activations, transpose_dims)); in BringSpaceNextToBatch()
1752 MakeTransposeHlo(output_slice, transpose_dims)); in BatchToSpace()
2124 MakeTransposeHlo(consumer, reversed_transpose_dims)); in PropagateOnConstant()
Dhlo_creation_utils.cc111 StatusOr<HloInstruction*> MakeTransposeHlo(HloInstruction* operand, in MakeTransposeHlo() function
Dalgebraic_simplifier.cc413 return MakeTransposeHlo(dot_operand, transpose_dimensions); in NormalizeDotOperandToBatchMajorAndContractingMinor()