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

Method import_tuning_params

src/runtime/CL/CLTuner.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void CLTuner::import_tuning_params(const std::unordered_map<std::string, CLTuningParams> &tuning_params_table)
293{
294 _tuning_params_table.clear();
295 _tuning_params_table = tuning_params_table;
296}
297
298void CLTuner::load_from_file(const std::string &filename)
299{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected