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

Method do_teardown

examples/neon_sgemm.cpp:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 sgemm.run();
271 }
272 void do_teardown() override
273 {
274 if (!output_filename.empty()) /* Save to .npy file */
275 {
276 save_to_npy(dst, output_filename, is_fortran);
277 }
278 }
279
280private:
281 Tensor src0{}, src1{}, src2{}, dst{};

Callers

nothing calls this directly

Calls 2

save_to_npyFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected