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

Method do_teardown

examples/neon_scale.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 scale.run();
84 }
85 void do_teardown() override
86 {
87 // Save the result to file:
88 if (!output_filename.empty())
89 {
90 save_to_ppm(dst, output_filename); // save_to_ppm maps and unmaps the image to store as PPM
91 }
92 }
93
94private:
95 Image src{}, dst{};

Callers

nothing calls this directly

Calls 2

save_to_ppmFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected