aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/client/computation_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/client/computation_builder.h')
-rw-r--r--tensorflow/compiler/xla/client/computation_builder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/client/computation_builder.h b/tensorflow/compiler/xla/client/computation_builder.h
index 4c6e320557..8e1b4be1f3 100644
--- a/tensorflow/compiler/xla/client/computation_builder.h
+++ b/tensorflow/compiler/xla/client/computation_builder.h
@@ -68,7 +68,6 @@ class ShardingBuilder {
const TileAssignment& tile_assignment) {
OpSharding result;
result.set_type(OpSharding::Type::OpSharding_Type_OTHER);
- *result.mutable_tile_shape() = tile_shape;
for (int64 dim : tile_assignment.dimensions()) {
result.add_tile_assignment_dimensions(dim);
}