MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Wait

Method Wait

tensorflow/lite/delegates/gpu/cl/cl_event.cc:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66void CLEvent::SetName(const std::string& name) { name_ = name; }
67
68void CLEvent::Wait() const { clWaitForEvents(1, &event_); }
69
70CLEvent::~CLEvent() { Release(); }
71

Callers 3

GetBestWorkGroupIndexMethod · 0.45
FinishMethod · 0.45
AddToQueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected