Home
last modified time | relevance | path

Searched defs:FindAllocatedStream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
H A Dgpu_executor.h302 Stream* FindAllocatedStream(void* gpu_stream) override { in FindAllocatedStream() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_internal.h394 virtual Stream* FindAllocatedStream(void* /*gpu_stream*/) { return nullptr; } in FindAllocatedStream() function
H A Dstream_executor_pimpl.h545 Stream* FindAllocatedStream(void* gpu_stream) { in FindAllocatedStream() function