aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_cost_analysis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_cost_analysis.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_cost_analysis.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_cost_analysis.cc b/tensorflow/compiler/xla/service/hlo_cost_analysis.cc
index 1877065f67..17ba2b673a 100644
--- a/tensorflow/compiler/xla/service/hlo_cost_analysis.cc
+++ b/tensorflow/compiler/xla/service/hlo_cost_analysis.cc
@@ -337,18 +337,10 @@ Status HloCostAnalysis::HandleSend(const HloInstruction*) {
return Status::OK();
}
-Status HloCostAnalysis::HandleSendDone(const HloInstruction*) {
- return Status::OK();
-}
-
Status HloCostAnalysis::HandleRecv(const HloInstruction*) {
return Status::OK();
}
-Status HloCostAnalysis::HandleRecvDone(const HloInstruction*) {
- return Status::OK();
-}
-
Status HloCostAnalysis::HandleReshape(const HloInstruction*) {
return Status::OK();
}