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

Method do_run

examples/neon_matmul.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void do_run() override
99 {
100 matmul.run();
101 }
102
103private:
104 NEMatMul matmul{};

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected