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

Method do_run

examples/graph_vgg_vdsr.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 return true;
149 }
150 void do_run() override
151 {
152 // Run graph
153 graph.run();
154 }
155
156private:
157 CommandLineParser cmd_parser;

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected