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

Method do_run

examples/neon_scale.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return true;
79 }
80 void do_run() override
81 {
82 // Run the scale operation:
83 scale.run();
84 }
85 void do_teardown() override
86 {
87 // Save the result to file:

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected