Searched defs:DeallocateStream (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ | ||
D | executor.h | 152 void DeallocateStream(Stream *stream) override {} in DeallocateStream() function |
/external/tensorflow/tensorflow/stream_executor/host/ | ||
D | host_gpu_executor.cc | 163 void HostExecutor::DeallocateStream(Stream *stream) {} in DeallocateStream() function in stream_executor::host::HostExecutor |
/external/tensorflow/tensorflow/stream_executor/rocm/ | ||
D | rocm_gpu_executor.cc | 612 void GpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in stream_executor::gpu::GpuExecutor |
/external/tensorflow/tensorflow/stream_executor/ | ||
D | stream_executor_pimpl.cc | 786 void StreamExecutor::DeallocateStream(Stream *stream) { in DeallocateStream() function in stream_executor::StreamExecutor |
/external/tensorflow/tensorflow/stream_executor/cuda/ | ||
D | cuda_gpu_executor.cc | 731 void GpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in stream_executor::gpu::GpuExecutor |