ArmNN
 22.05.01
ClContextControlFixture.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
10 
11 template<bool ProfilingEnabled>
13 {
14  // Initialising ClContextControl to ensure OpenCL is loaded correctly for each test case
16  : m_ClContextControl(nullptr, nullptr, ProfilingEnabled) {}
17 
19 };
20 
armnn::ClContextControl m_ClContextControl