aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/clusters/single_machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/grappler/clusters/single_machine.h')
-rw-r--r--tensorflow/core/grappler/clusters/single_machine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/grappler/clusters/single_machine.h b/tensorflow/core/grappler/clusters/single_machine.h
index f69b11df5d..f2773376e4 100644
--- a/tensorflow/core/grappler/clusters/single_machine.h
+++ b/tensorflow/core/grappler/clusters/single_machine.h
@@ -47,6 +47,8 @@ class SingleMachine : public Cluster {
RunMetadata* run_metadata, int64 timeout_s);
Status ResetSession();
Status CloseSession(bool use_timeout);
+ void MergeCosts(CostGraphDef* graph_costs, const CostGraphDef& init_costs,
+ const CostGraphDef& queue_costs);
const int num_gpus_;
std::unique_ptr<Session> session_;