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

Method set_kernel_tuning

src/graph/backends/CL/CLDeviceBackend.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void CLDeviceBackend::set_kernel_tuning(bool enable_tuning)
81{
82 _tuner.set_tune_new_kernels(enable_tuning);
83}
84
85void CLDeviceBackend::set_kernel_tuning_mode(CLTunerMode tuning_mode)
86{

Callers

nothing calls this directly

Calls 1

set_tune_new_kernelsMethod · 0.80

Tested by

no test coverage detected