Searched refs:AllocateEvent (Results 1 – 9 of 9) sorted by relevance
40 auto status = stream_exec_->AllocateEvent(this); in Init()
245 virtual port::Status AllocateEvent(Event *event) = 0;
754 port::Status StreamExecutor::AllocateEvent(Event *event) { in AllocateEvent() function in stream_executor::StreamExecutor755 return implementation_->AllocateEvent(event); in AllocateEvent()
571 port::Status AllocateEvent(Event *event);
131 port::Status AllocateEvent(Event *event) override { in AllocateEvent() function
109 port::Status AllocateEvent(Event *event) override { in AllocateEvent() function
172 port::Status AllocateEvent(Event* event) override;
580 port::Status GpuExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::gpu::GpuExecutor
699 port::Status GpuExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::gpu::GpuExecutor