HomeSort by relevance Sort by last modified time
    Searched refs:DeallocateStream (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 152 void DeallocateStream(Stream *stream) override {}
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 133 void DeallocateStream(Stream *stream) override;
cuda_gpu_executor.cc 628 void CUDAExecutor::DeallocateStream(Stream *stream) {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 161 void HostExecutor::DeallocateStream(Stream *stream) {}
host_gpu_executor.h 130 void DeallocateStream(Stream *stream) override;
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 216 virtual void DeallocateStream(Stream *stream) = 0;
stream_executor_pimpl.cc 676 void StreamExecutor::DeallocateStream(Stream *stream) {
677 implementation_->DeallocateStream(stream);
stream_executor_pimpl.h 536 void DeallocateStream(Stream *subject);
    [all...]
stream.cc 261 parent_->DeallocateStream(this);
    [all...]

Completed in 692 milliseconds