Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2047 auto output_shard_shape = MakePartitionedShape(hlo->shape(), sharding); in HandleReshape() local
2051 int64 output_shard_size = output_shard_shape.dimensions(output_sharded_dim); in HandleReshape()
2085 output_shard_shape, reshard_operand->sharded_input)); in HandleReshape()
2092 auto tmp_shard_shape = output_shard_shape; in HandleReshape()
2136 output_shard_shape.dimensions(output_sharded_dim)); in HandleReshape()
2256 auto output_shard_shape = MakePartitionedShape(hlo->shape(), hlo->sharding()); in HandleBroadcast() local
2259 hlo->CloneWithNewOperands(output_shard_shape, {input})); in HandleBroadcast()