From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- ...lassarmnn_1_1profiling_1_1_test_functor_a.xhtml | 203 +++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 21.02/classarmnn_1_1profiling_1_1_test_functor_a.xhtml (limited to '21.02/classarmnn_1_1profiling_1_1_test_functor_a.xhtml') diff --git a/21.02/classarmnn_1_1profiling_1_1_test_functor_a.xhtml b/21.02/classarmnn_1_1profiling_1_1_test_functor_a.xhtml new file mode 100644 index 0000000000..74075d9093 --- /dev/null +++ b/21.02/classarmnn_1_1profiling_1_1_test_functor_a.xhtml @@ -0,0 +1,203 @@ + + + + + + + + + + + + + +ArmNN: TestFunctorA Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TestFunctorA Class Reference
+
+
+ +

#include <ProfilingTests.hpp>

+
+Inheritance diagram for TestFunctorA:
+
+
+ + +TestFunctorB +TestFunctorC + +
+ + + + + + +

+Public Member Functions

int GetCount ()
 
void operator() (const arm::pipe::Packet &packet) override
 
+

Detailed Description

+
+

Definition at line 177 of file ProfilingTests.hpp.

+

Member Function Documentation

+ +

◆ GetCount()

+ +
+
+ + + + + +
+ + + + + + + +
int GetCount ()
+
+inline
+
+ +

Definition at line 182 of file ProfilingTests.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+
182 { return m_Count; }
+
+
+ +

◆ operator()()

+ +
+
+ + + + + +
+ + + + + + + + +
void operator() (const arm::pipe::Packet & packet)
+
+inlineoverride
+
+ +

Definition at line 184 of file ProfilingTests.hpp.

+ +

References armnn::IgnoreUnused().

+
185  {
186  IgnoreUnused(packet);
187  m_Count++;
188  }
void IgnoreUnused(Ts &&...)
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1