aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/local_service.h
diff options
context:
space:
mode:
authorGravatar Kay Zhu <kayzhu@google.com>2017-08-10 21:12:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-10 21:16:14 -0700
commit87605f3d6ac6a9397d41b0fe169ac88c2ac85ce0 (patch)
tree4812907b81fa56e48c9bf5605e802ca61cfe0287 /tensorflow/compiler/xla/service/local_service.h
parenteeacdcdb14bdd175665a902e02c99e4435d0484f (diff)
[TF:XLA] Use HloEvaluator for ComputeConstant, remove the need of a dedicated
compute constant backend. PiperOrigin-RevId: 164940970
Diffstat (limited to 'tensorflow/compiler/xla/service/local_service.h')
-rw-r--r--tensorflow/compiler/xla/service/local_service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/service/local_service.h b/tensorflow/compiler/xla/service/local_service.h
index 13797ec045..c90943f3c0 100644
--- a/tensorflow/compiler/xla/service/local_service.h
+++ b/tensorflow/compiler/xla/service/local_service.h
@@ -57,8 +57,7 @@ class LocalService : public Service {
private:
explicit LocalService(const ServiceOptions& options,
- std::unique_ptr<Backend> backend,
- std::unique_ptr<Backend> compute_constant_backend);
+ std::unique_ptr<Backend> backend);
LocalService(const LocalService&) = delete;
void operator=(const LocalService&) = delete;
};