aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_module_config.h
diff options
context:
space:
mode:
authorGravatar Mark Heffernan <meheff@google.com>2018-09-07 10:03:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-07 10:06:42 -0700
commit9a96685ec3b9ea4c50b1e8739daa15f870167110 (patch)
tree353b755c2077edf7b3b6770a0226b64e2a25d391 /tensorflow/compiler/xla/service/hlo_module_config.h
parentcd46846e251374ca11a4f082e5128c324ce51b46 (diff)
Remove some straggling dead references to host compute and host module.
PiperOrigin-RevId: 211992206
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_module_config.h')
-rw-r--r--tensorflow/compiler/xla/service/hlo_module_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_module_config.h b/tensorflow/compiler/xla/service/hlo_module_config.h
index 3f1e1cc73e..68c18836eb 100644
--- a/tensorflow/compiler/xla/service/hlo_module_config.h
+++ b/tensorflow/compiler/xla/service/hlo_module_config.h
@@ -106,9 +106,6 @@ class HloModuleConfig {
absl::optional<ComputationLayout> entry_computation_layout_;
- // Whether this is a 'host module'.
- bool is_host_module_ = false;
-
// Module/graph-level seed handle.
uint64 seed_ = 0;