Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ cl_queue
Method
cl_queue
src/gpu/cl/ClQueue.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
::cl::CommandQueue ClQueue::cl_queue()
82
{
83
return arm_compute::CLScheduler::get().queue();
84
}
85
86
bool ClQueue::set_cl_queue(::cl::CommandQueue queue)
87
{
Callers
1
AclGetClQueue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected