Searched refs:output_shard_shape (Results 1 – 1 of 1) sorted by relevance
2047 auto output_shard_shape = MakePartitionedShape(hlo->shape(), sharding); in HandleReshape() local2051 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() local2259 hlo->CloneWithNewOperands(output_shard_shape, {input})); in HandleBroadcast()