Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void CLEvent::SetName(const std::string& name) { name_ = name; }
67
68
void CLEvent::Wait() const { clWaitForEvents(1, &event_); }
69
70
CLEvent::~CLEvent() { Release(); }
71
Callers
3
GetBestWorkGroupIndex
Method · 0.45
Finish
Method · 0.45
AddToQueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected