aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/tuple_points_to_analysis.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-26 16:04:56 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-26 20:09:06 -0700
commit1f9529b8dc1868a980297b7843d2fbae97062179 (patch)
tree335810d7efaa0a96ee4508d246919b6409a6c20a /tensorflow/compiler/xla/service/tuple_points_to_analysis.h
parent507ae0e43d37be04b7c7d1ecbb0000b35398912e (diff)
[XLA] Allow of the tuple instruction as the fusion root.
PiperOrigin-RevId: 157274264
Diffstat (limited to 'tensorflow/compiler/xla/service/tuple_points_to_analysis.h')
-rw-r--r--tensorflow/compiler/xla/service/tuple_points_to_analysis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/tuple_points_to_analysis.h b/tensorflow/compiler/xla/service/tuple_points_to_analysis.h
index 3593cd993d..ffe15ac856 100644
--- a/tensorflow/compiler/xla/service/tuple_points_to_analysis.h
+++ b/tensorflow/compiler/xla/service/tuple_points_to_analysis.h
@@ -201,7 +201,6 @@ class TuplePointsToAnalysis : public DfsHloVisitorWithDefault {
HloInstruction* operand) override;
Status HandleBitcast(HloInstruction* bitcast) override;
Status HandleCopy(HloInstruction* copy, HloInstruction* operand) override;
- Status HandleFusion(HloInstruction* fusion) override;
Status HandleSelect(HloInstruction* select, HloInstruction* pred,
HloInstruction* on_true,
HloInstruction* on_false) override;