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

Method do_setup

tests/validate_examples/RunExample.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79public:
80 ExampleTest() = default;
81 void do_setup() override
82 {
83 ARM_COMPUTE_ERROR_ON_NULLPTR(g_example.get());
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)

Callers 1

run_testMethod · 0.45

Calls 2

getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected