Home
last modified time | relevance | path

Searched refs:HostEvent (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc206 class HostEvent : public internal::EventInterface { class
208 HostEvent() : notification_(std::make_shared<absl::Notification>()) {} in HostEvent() function in stream_executor::host::HostEvent
221 return std::unique_ptr<internal::EventInterface>(new HostEvent()); in CreateEventImplementation()
224 static HostEvent *AsHostEvent(Event *event) { in AsHostEvent()
226 return static_cast<HostEvent *>(event->implementation()); in AsHostEvent()