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: