Remove unused declaration.

PiperOrigin-RevId: 304714218
Change-Id: I1572a31e28a0901011a51fc74e1581418532acac
This commit is contained in:
A. Unique TensorFlower 2020-04-03 16:21:01 -07:00 committed by TensorFlower Gardener
parent ba84a20c8a
commit 280ddc4abf

View File

@ -336,9 +336,6 @@ class PyLocalBuffer {
std::shared_ptr<Literal> value;
};
Status CopyToHostAsyncHelper(
se::Stream* stream, std::shared_ptr<HostValue> host_value,
std::shared_ptr<BufferDefinitionEvent> usage_event);
StatusOr<std::pair<std::unique_ptr<PyLocalBuffer>,
std::shared_ptr<BufferDefinitionEvent>>>
CopyToDeviceHelper(Device* dst_device, LocalDeviceState* dst_local_device,