From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/struct_cl_context_control_fixture_base.xhtml | 185 +++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 20.02/struct_cl_context_control_fixture_base.xhtml (limited to '20.02/struct_cl_context_control_fixture_base.xhtml') diff --git a/20.02/struct_cl_context_control_fixture_base.xhtml b/20.02/struct_cl_context_control_fixture_base.xhtml new file mode 100644 index 0000000000..ccbffa17bb --- /dev/null +++ b/20.02/struct_cl_context_control_fixture_base.xhtml @@ -0,0 +1,185 @@ + + + + + + + + + + + + + +ArmNN: ClContextControlFixtureBase< ProfilingEnabled > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ClContextControlFixtureBase< ProfilingEnabled > Struct Template Reference
+
+
+ +

#include <ClContextControlFixture.hpp>

+ + + + +

+Public Member Functions

 ClContextControlFixtureBase ()
 
+ + + +

+Public Attributes

armnn::ClContextControl m_ClContextControl
 
+

Detailed Description

+

template<bool ProfilingEnabled>
+struct ClContextControlFixtureBase< ProfilingEnabled >

+ + +

Definition at line 12 of file ClContextControlFixture.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ClContextControlFixtureBase()

+ +
+
+ + + + + +
+ + + + + + + +
ClContextControlFixtureBase ()
+
+inline
+
+ +

Definition at line 15 of file ClContextControlFixture.hpp.

+
16  : m_ClContextControl(nullptr, ProfilingEnabled) {}
armnn::ClContextControl m_ClContextControl
+
+
+
+

Member Data Documentation

+ +

◆ m_ClContextControl

+ +
+
+ + + + +
armnn::ClContextControl m_ClContextControl
+
+ +

Definition at line 18 of file ClContextControlFixture.hpp.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1