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

Method do_teardown

examples/cl_sgemm.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 CLScheduler::get().sync();
181 }
182 void do_teardown() override
183 {
184 if (!output_filename.empty()) /* Save to .npy file */
185 {
186 save_to_npy(dst, output_filename, is_fortran);
187 }
188 }
189
190private:
191 CLTensor src0{};

Callers 1

run_exampleFunction · 0.45

Calls 2

save_to_npyFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected