aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h')
-rw-r--r--tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h b/tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h
index 5415bab5b3..7ce88be89d 100644
--- a/tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h
+++ b/tensorflow/compiler/xla/service/dfs_hlo_visitor_with_default.h
@@ -167,17 +167,11 @@ class DfsHloVisitorWithDefaultBase
Status HandleWhile(HloInstructionPtr xla_while) override {
return DefaultAction(xla_while);
}
- Status HandleRecv(HloInstructionPtr recv) override {
- return DefaultAction(recv);
- }
- Status HandleRecvDone(HloInstructionPtr recv_done) override {
- return DefaultAction(recv_done);
- }
Status HandleSend(HloInstructionPtr send) override {
return DefaultAction(send);
}
- Status HandleSendDone(HloInstructionPtr send_done) override {
- return DefaultAction(send_done);
+ Status HandleRecv(HloInstructionPtr recv) override {
+ return DefaultAction(recv);
}
// Invoked to inform the visitor that the traversal has completed, and that