MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / do_setup

Method do_setup

tests/benchmark_examples/RunExample.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68public:
69 ExampleTest() = default;
70 void do_setup() override
71 {
72 ARM_COMPUTE_ERROR_ON_NULLPTR(g_example.get());
73 _is_setup = g_example->do_setup(g_example_argv.size(), &g_example_argv[0]);
74 }
75 void do_run() override
76 {
77 if (_is_setup)

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected