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

Method do_run

examples/graph_srcnn955.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void do_run() override
135 {
136 // Run graph
137 graph.run();
138 }
139
140private:
141 CommandLineParser cmd_parser;

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected