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

Method do_setup

utils/Utils.h:85–89  ·  view source on GitHub ↗

Setup the example. * * @param[in] argc Argument count. * @param[in] argv Argument values. * * @return True in case of no errors in setup else false */

Source from the content-addressed store, hash-verified

83 * @return True in case of no errors in setup else false
84 */
85 virtual bool do_setup(int argc, char **argv)
86 {
87 ARM_COMPUTE_UNUSED(argc, argv);
88 return true;
89 };
90 /** Run the example. */
91 virtual void do_run(){};
92 /** Teardown the example. */

Callers 1

run_exampleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected