Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h152 void DeallocateStream(Stream *stream) override {} in DeallocateStream() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h130 void DeallocateStream(Stream *stream) override;
Dhost_gpu_executor.cc163 void HostExecutor::DeallocateStream(Stream *stream) {} in DeallocateStream() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h251 virtual void DeallocateStream(Stream *stream) = 0;
Dstream_executor_pimpl.cc786 void StreamExecutor::DeallocateStream(Stream *stream) { in DeallocateStream() function in stream_executor::StreamExecutor
787 implementation_->DeallocateStream(stream); in DeallocateStream()
Dstream_executor_pimpl.h590 void DeallocateStream(Stream *subject);
Dstream.cc280 parent_->DeallocateStream(this); in ~Stream()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h160 void DeallocateStream(Stream* stream) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc612 void GpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc731 void GpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in stream_executor::gpu::GpuExecutor