aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/service.h')
-rw-r--r--tensorflow/compiler/xla/service/service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/service.h b/tensorflow/compiler/xla/service/service.h
index 47f4f0ade5..6646be2e9a 100644
--- a/tensorflow/compiler/xla/service/service.h
+++ b/tensorflow/compiler/xla/service/service.h
@@ -272,6 +272,8 @@ class Service : public ServiceInterface {
// Create a Hlo module config for the given program shape and arguments.
// execution_options is optional; if not given a default is used.
+ // has_hybrid_result is used to initialize the same-named field in
+ // HloModuleConfig -- see that class for documentation.
StatusOr<std::unique_ptr<HloModuleConfig>> CreateModuleConfig(
const ProgramShape& program_shape,
tensorflow::gtl::ArraySlice<const Shape*> argument_shapes,