Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc546 PartitionedHlo::ReshardAsWindowedInput(const Window& window, in ReshardAsWindowedInput() function in xla::spmd::PartitionedHlo
769 return Reshard(target).ReshardAsWindowedInput(window, target, pad_value); in ReshardAsWindowedInput()
814 return Replicate().ReshardAsWindowedInput(window, target, pad_value); in ReshardAsWindowedInput()
1601 auto reshard_operand = operand.ReshardAsWindowedInput( in HandleSlice()
2071 auto reshard_operand = operand.ReshardAsWindowedInput( in HandleReshape()
2126 auto reshard_output = tmp_output.ReshardAsWindowedInput( in HandleReshape()
2645 lhs.ReshardAsWindowedInput(window, hlo->sharding(), replicated_rhs, in HandlePad()
3115 auto resharded_operand_and_window = operand.ReshardAsWindowedInput( in HandleReduceWindow()
Dspmd_partitioner.h330 absl::optional<WindowedInputShardReturnValue> ReshardAsWindowedInput(
Dconvolution_handler.cc787 lhs.ReshardAsWindowedInput(operand_window, target_operand_sharding, zero); in PartitionConvolutionTiledOutput()
Dspmd_partitioner_util.cc1097 auto reshard_window = original.ReshardAsWindowedInput( in HaloExchangeToPadOnLeft()