aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-12 13:57:37 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-12 14:04:09 -0700
commit2d8b5115ab308c8d934eb150c1015d102728013e (patch)
tree6167c59f801d588d9f7d2f5a0d86df3332f87fc4
parent34b071f6b6a14bd4c8d5c30156c1670496b85f04 (diff)
Automated g4 rollback of changelist 193451839
PiperOrigin-RevId: 200275406
-rw-r--r--tensorflow/compiler/xla/service/transpose_folding.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/transpose_folding.cc b/tensorflow/compiler/xla/service/transpose_folding.cc
index ba16dc640e..49e1f87319 100644
--- a/tensorflow/compiler/xla/service/transpose_folding.cc
+++ b/tensorflow/compiler/xla/service/transpose_folding.cc
@@ -178,7 +178,6 @@ bool FoldTransposeIntoConvolution(InstructionOperandsPair pair) {
auto new_conv = HloInstruction::CreateConvolve(
convolution.shape(), new_lhs, new_rhs, convolution.window(), new_dnums);
- convolution.SetupDerivedInstruction(new_conv.get());
TF_CHECK_OK(convolution.parent()->ReplaceWithNewInstruction(
&convolution, std::move(new_conv)));