Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcholesky_thunk.cc45 info_buffer_(info_buffer), in CholeskyThunk()
57 << " info=" << info_buffer_.ToString(); in ExecuteOnStream()
73 params.buffer_allocations->GetDeviceAddress(info_buffer_).opaque()); in ExecuteOnStream()
Dcholesky_thunk.h60 const BufferAllocation::Slice info_buffer_; variable