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

Method init

tests/framework/Framework.cpp:178–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void Framework::init(const FrameworkConfig &config)
179{
180 _test_filter.reset(new TestFilter(config.mode, config.name_filter, config.id_filter));
181 _num_iterations = config.num_iterations;
182 _log_level = config.log_level;
183 _cooldown_sec = config.cooldown_sec;
184 _configure_only = config.configure_only;
185 _print_rerun_cmd = config.print_rerun_cmd;
186 _seed = config.seed;
187 _print_iterations = config.print_iterations;
188 _instruments =
189 std::set<framework::InstrumentsDescription>(std::begin(config.instruments), std::end(config.instruments));
190}
191
192std::string Framework::current_suite_name() const
193{

Callers 15

create_tensorFunction · 0.45
mainFunction · 0.45
run_exampleFunction · 0.45
TEST_CASEFunction · 0.45
prepare_weightsFunction · 0.45
prepare_weightsMethod · 0.45
prepare_weightsMethod · 0.45
prepare_weightsMethod · 0.45
setupMethod · 0.45
runMethod · 0.45

Calls 2

endFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected