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

  /external/tensorflow/tensorflow/stream_executor/
event.cc 31 auto status = stream_exec_->DeallocateEvent(this);
stream_executor_internal.h 211 virtual port::Status DeallocateEvent(Event *event) = 0;
stream_executor_pimpl.cc 648 port::Status StreamExecutor::DeallocateEvent(Event *event) {
649 return implementation_->DeallocateEvent(event);
stream_executor_pimpl.h 520 port::Status DeallocateEvent(Event *event);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 135 port::Status DeallocateEvent(Event *event) override {
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 147 port::Status DeallocateEvent(Event *event) override;
cuda_gpu_executor.cc 599 port::Status CUDAExecutor::DeallocateEvent(Event *event) {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h 113 port::Status DeallocateEvent(Event *event) override {

Completed in 157 milliseconds