24.08
|
#include <armnn/BackendOptions.hpp>
#include <armnn/IRuntime.hpp>
#include <armnn/Logging.hpp>
#include <arm_compute/runtime/CL/CLTuner.h>
#include <arm_compute/runtime/CL/CLTunerTypes.h>
#include <arm_compute/runtime/CL/CLGEMMHeuristicsHandle.h>
Go to the source code of this file.
Classes | |
class | ClTunedParameters |
Namespaces | |
armnn | |
Copyright (c) 2021 ARM Limited and Contributors. | |
Enumerations | |
enum | TuningLevel { None, Rapid, Normal, Exhaustive } |
Functions | |
TuningLevel | ParseTuningLevel (const BackendOptions::Var &value, TuningLevel defaultValue) |
void | ConfigureTuner (arm_compute::CLTuner &tuner, TuningLevel level) |