Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h116 HloInstruction* PadToShape(HloInstruction* hlo, const Shape& padded_shape,
Dspmd_partitioner_util.cc250 HloInstruction* PadToShape(HloInstruction* hlo, const Shape& padded_shape, in PadToShape() function
300 return PadToShape(hlo, padded_base_shape, b); in PadBaseShapeBeforeUnevenTiledSharding()
Ddot_handler.cc3235 auto padded_operand = PadToShape(outside_to_inside[broadcast->operand(0)], in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
3253 PadToShape(outside_to_inside[constant], in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
Dspmd_partitioner.cc1147 auto padded_hlo = PadToShape(hlo_, padded_shape, state_.b); in ReshardWithAllToAll()
2604 return PadToShape(infeed_element, pad_shape, &branch_b); in HandleInfeed()