Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.h510 ScopedHold GetBufferWithHold(ScopedHold::Type type);
512 return GetBufferWithHold(ScopedHold::kUsage); in GetBufferWithUsageHold()
515 return GetBufferWithHold(ScopedHold::kExternalReference); in GetBufferWithExternalReference()
Dpjrt_stream_executor_client.cc1277 PjRtStreamExecutorBuffer::GetBufferWithHold(ScopedHold::Type type) { in GetBufferWithHold() function in xla::PjRtStreamExecutorBuffer
1709 device_buffers->emplace_back(handle->GetBufferWithHold( in EnqueueExecution()