ArmNN
 22.08
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 138 of file ProfilingTests.hpp.

Member Function Documentation

◆ GetCount()

int GetCount ( )
inline

Definition at line 143 of file ProfilingTests.hpp.

Referenced by TEST_SUITE().

143 { return m_Count; }

◆ operator()()

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

Definition at line 145 of file ProfilingTests.hpp.

References armnn::IgnoreUnused().

146  {
147  arm::pipe::IgnoreUnused(packet);
148  m_Count++;
149  }
void IgnoreUnused(Ts &&...)

The documentation for this class was generated from the following file: