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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/compiler/xla/service/local_service.h b/tensorflow/compiler/xla/service/local_service.h
index c90943f3c0..f2bfb960f4 100644
--- a/tensorflow/compiler/xla/service/local_service.h
+++ b/tensorflow/compiler/xla/service/local_service.h
@@ -39,14 +39,6 @@ class LocalService : public Service {
static StatusOr<std::unique_ptr<LocalService>> NewService(
const ServiceOptions& options);
- // Return a handle to a buffer large enough to hold shape, allocated
- // on device_ordinal. If allocate_space_for_deep_copy, the buffer is
- // large enough to hold all sub-buffers of a tuple shape, otherwise
- // it is only as large as the top-level tuple pointer array.
- StatusOr<GlobalDataHandle> AllocateBufferOnDevice(
- const Shape& shape, int device_ordinal,
- bool allocate_space_for_deep_copy);
-
// Builds an Executable with the given argument layouts and options. If
// result_layout is non-null, then the executable is compiled to produce a
// result of the given layout.