MCPcopy 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

28namespace test
29{
30void ParametersLibrary::set_cpu_ctx(std::unique_ptr<IRuntimeContext> cpu_ctx)
31{
32 _cpu_ctx = std::move(cpu_ctx);
33}
34
35void ParametersLibrary::set_cl_ctx(std::unique_ptr<IRuntimeContext> cl_ctx)
36{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected