Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_cpu_ctx
Method
set_cpu_ctx
tests/framework/ParametersLibrary.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
namespace test
29
{
30
void ParametersLibrary::set_cpu_ctx(std::unique_ptr<IRuntimeContext> cpu_ctx)
31
{
32
_cpu_ctx = std::move(cpu_ctx);
33
}
34
35
void ParametersLibrary::set_cl_ctx(std::unique_ptr<IRuntimeContext> cl_ctx)
36
{
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected