Home
last modified time | relevance | path

Searched refs:destination_buffer_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcopy_thunk.cc29 destination_buffer_(destination_buffer), in HostToDeviceCopyThunk()
34 params.buffer_allocations->GetDeviceAddress(destination_buffer_); in ExecuteOnStream()
46 destination_buffer_(destination_buffer), in DeviceToDeviceCopyThunk()
51 params.buffer_allocations->GetDeviceAddress(destination_buffer_); in ExecuteOnStream()
Dcopy_thunk.h47 const BufferAllocation::Slice destination_buffer_; variable
69 const BufferAllocation::Slice destination_buffer_; variable