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

Method do_run

examples/graph_mobilenet.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 return true;
109 }
110 void do_run() override
111 {
112 // Run graph
113 graph.run();
114 }
115
116private:
117 CommandLineParser cmd_parser;

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected