aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/local_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/local_service.h')
-rw-r--r--tensorflow/compiler/xla/service/local_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/local_service.h b/tensorflow/compiler/xla/service/local_service.h
index f2bfb960f4..52c4346385 100644
--- a/tensorflow/compiler/xla/service/local_service.h
+++ b/tensorflow/compiler/xla/service/local_service.h
@@ -45,7 +45,7 @@ class LocalService : public Service {
StatusOr<std::unique_ptr<Executable>> CompileExecutable(
const ComputationHandle& computation,
const tensorflow::gtl::ArraySlice<const Shape*> argument_layouts,
- const Shape* result_layout, int device_ordinal, bool has_hybrid_result);
+ const Shape* result_layout, int device_ordinal);
private:
explicit LocalService(const ServiceOptions& options,