Searched refs:DeallocateEvent (Results 1 – 9 of 9) sorted by relevance
32 auto status = stream_exec_->DeallocateEvent(this); in ~Event()
246 virtual port::Status DeallocateEvent(Event *event) = 0;
758 port::Status StreamExecutor::DeallocateEvent(Event *event) { in DeallocateEvent() function in stream_executor::StreamExecutor759 return implementation_->DeallocateEvent(event); in DeallocateEvent()
574 port::Status DeallocateEvent(Event *event);
135 port::Status DeallocateEvent(Event *event) override { in DeallocateEvent() function
113 port::Status DeallocateEvent(Event *event) override { in DeallocateEvent() function
174 port::Status DeallocateEvent(Event* event) override;
584 port::Status GpuExecutor::DeallocateEvent(Event* event) { in DeallocateEvent() function in stream_executor::gpu::GpuExecutor
703 port::Status GpuExecutor::DeallocateEvent(Event* event) { in DeallocateEvent() function in stream_executor::gpu::GpuExecutor