Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc585 class ScopedHoldAsExternalReference : public PjRtBuffer::ExternalReference { class
587 explicit ScopedHoldAsExternalReference( in ScopedHoldAsExternalReference() function in xla::__anon689ddf140211::ScopedHoldAsExternalReference
595 ~ScopedHoldAsExternalReference() override = default;
609 std::make_unique<ScopedHoldAsExternalReference>(std::move(hold))); in AcquireExternalReference()