|
25.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 27 of file ClContextControl.cpp.
References ClContextControl::LoadOpenClRuntime().
|
virtual |
Definition at line 65 of file ClContextControl.cpp.
References ClContextControl::UnloadOpenClRuntime().
| void ClearClCache | ( | ) |
Definition at line 156 of file ClContextControl.cpp.
| void LoadOpenClRuntime | ( | ) |
Definition at line 84 of file ClContextControl.cpp.
Referenced by ClContextControl::ClContextControl().
| void UnloadOpenClRuntime | ( | ) |
Definition at line 89 of file ClContextControl.cpp.
Referenced by ClContextControl::~ClContextControl().