Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dconvolution_thunk.cc39 result_buffer_(result_slice), in ConvolutionThunk()
52 buffer_allocations.GetDeviceAddress(result_buffer_); in ExecuteOnStream()
Dconvolution_thunk.h57 BufferAllocation::Slice result_buffer_; variable