24.02
|
#include <ClContextControl.hpp>
Public Member Functions | |
ClContextControl (arm_compute::CLTuner *=nullptr, arm_compute::CLGEMMHeuristicsHandle *=nullptr, bool profilingEnabled=false) | |
virtual | ~ClContextControl () |
void | LoadOpenClRuntime () |
void | UnloadOpenClRuntime () |
void | ClearClCache () |
Definition at line 13 of file ClContextControl.hpp.
ClContextControl | ( | arm_compute::CLTuner * | tuner = nullptr , |
arm_compute::CLGEMMHeuristicsHandle * | heuristicsHandle = nullptr , |
||
bool | profilingEnabled = false |
||
) |
Definition at line 30 of file ClContextControl.cpp.
References ARMNN_ASSERT, armnn::IgnoreUnused(), and ClContextControl::LoadOpenClRuntime().
|
virtual |
Definition at line 73 of file ClContextControl.cpp.
References ClContextControl::UnloadOpenClRuntime().
void ClearClCache | ( | ) |
Definition at line 164 of file ClContextControl.cpp.
void LoadOpenClRuntime | ( | ) |
Definition at line 92 of file ClContextControl.cpp.
Referenced by ClContextControl::ClContextControl().
void UnloadOpenClRuntime | ( | ) |
Definition at line 97 of file ClContextControl.cpp.
Referenced by ClContextControl::~ClContextControl().