From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- 22.02/struct_cl_context_control_fixture_base.xhtml | 185 +++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 22.02/struct_cl_context_control_fixture_base.xhtml (limited to '22.02/struct_cl_context_control_fixture_base.xhtml') diff --git a/22.02/struct_cl_context_control_fixture_base.xhtml b/22.02/struct_cl_context_control_fixture_base.xhtml new file mode 100644 index 0000000000..8c31c09739 --- /dev/null +++ b/22.02/struct_cl_context_control_fixture_base.xhtml @@ -0,0 +1,185 @@ + + + + + + + + + + + + + +ArmNN: ClContextControlFixtureBase< ProfilingEnabled > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.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, 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