Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dconvolution_thunk.cc39 operand_buffers_(std::move(operand_slices)), in ConvolutionThunk()
48 for (const auto& buffer : operand_buffers_) { in ExecuteOnStream()
Dconvolution_thunk.h62 std::vector<BufferAllocation::Slice> operand_buffers_; variable