ArmNN
 24.02
ArmComputeTuningUtils.hpp File Reference
#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>
Include dependency graph for ArmComputeTuningUtils.hpp:
This graph shows which files directly or indirectly include this file:

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)