Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h117 void DeallocateStream(Stream *stream) override;
Dhost_gpu_executor.cc196 void HostExecutor::DeallocateStream(Stream *stream) {} in DeallocateStream() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h152 void DeallocateStream(Stream *stream) override {} in DeallocateStream() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h86 void DeallocateStream(Stream* stream) override;
Dtpu_executor.cc94 void TpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h255 virtual void DeallocateStream(Stream *stream) = 0;
Dstream_executor_pimpl.cc774 void StreamExecutor::DeallocateStream(Stream *stream) { in DeallocateStream() function in stream_executor::StreamExecutor
775 implementation_->DeallocateStream(stream); in DeallocateStream()
Dstream_executor_pimpl.h616 void DeallocateStream(Stream *stream);
Dstream.cc282 parent_->DeallocateStream(this); in ~Stream()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h161 void DeallocateStream(Stream* stream) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc611 void GpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc486 void DeallocateStream(Stream* stream) override { in DeallocateStream() function in stream_executor::__anon00950a620111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc703 void GpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in stream_executor::gpu::GpuExecutor