From 7bfd38a721360183f3392f9ab35db18a0dd7fef8 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 Aug 2022 15:23:36 +0100 Subject: Update Doxygen for 22.08 Release Signed-off-by: Nikhil Raj Change-Id: I4789fe868e0492839be1482e5cee3642ed90d756 --- 22.08/struct_cl_context_control_fixture_base.xhtml | 185 +++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 22.08/struct_cl_context_control_fixture_base.xhtml (limited to '22.08/struct_cl_context_control_fixture_base.xhtml') diff --git a/22.08/struct_cl_context_control_fixture_base.xhtml b/22.08/struct_cl_context_control_fixture_base.xhtml new file mode 100644 index 0000000000..00dc95e5cf --- /dev/null +++ b/22.08/struct_cl_context_control_fixture_base.xhtml @@ -0,0 +1,185 @@ + + + + + + + + + + + + + +ArmNN: ClContextControlFixtureBase< ProfilingEnabled > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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, 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