Home
last modified time | relevance | path

Searched defs:DeallocateStream (Results 1 – 7 of 7) 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.cc196 void HostExecutor::DeallocateStream(Stream *stream) {} in DeallocateStream() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc94 void TpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc486 void DeallocateStream(Stream* stream) override { in DeallocateStream() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
/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/stream_executor/cuda/
Dcuda_gpu_executor.cc703 void GpuExecutor::DeallocateStream(Stream* stream) { in DeallocateStream() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc774 void StreamExecutor::DeallocateStream(Stream *stream) { in DeallocateStream() function in stream_executor::StreamExecutor