Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ do_run
Method
do_run
tests/validate_examples/RunExample.cpp:86–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
_is_setup = g_example->do_setup(g_example_argv.size(), &g_example_argv[0]);
85
}
86
void do_run() override
87
{
88
if (_is_setup)
89
{
90
g_example->do_run();
91
}
92
}
93
void do_teardown() override
94
{
95
if (_is_setup)
Callers
1
run_test
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected