Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ create_queue
Method
create_queue
src/cpu/CpuContext.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
IQueue *CpuContext::create_queue(const AclQueueOptions *options)
180
{
181
return new CpuQueue(this, options);
182
}
183
} // namespace cpu
184
} // namespace arm_compute
Callers
1
AclCreateQueue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected