ArmNN
 21.02
IExecutionFrame Class Referenceabstract

ExecutionFrame interface to enqueue a workload computation. More...

#include <ExecutionFrame.hpp>

Inheritance diagram for IExecutionFrame:
ExecutionFrame

Public Member Functions

virtual ~IExecutionFrame ()
 
virtual IExecutionFrameExecuteWorkloads (IExecutionFrame *previousFrame)=0
 
virtual void PostAllocationConfigure ()
 
virtual void RegisterDebugCallback (const DebugCallbackFunction &)
 

Detailed Description

ExecutionFrame interface to enqueue a workload computation.

Definition at line 16 of file ExecutionFrame.hpp.

Constructor & Destructor Documentation

◆ ~IExecutionFrame()

virtual ~IExecutionFrame ( )
inlinevirtual

Definition at line 20 of file ExecutionFrame.hpp.

References IExecutionFrame::ExecuteWorkloads().

20 {}

Member Function Documentation

◆ ExecuteWorkloads()

virtual IExecutionFrame* ExecuteWorkloads ( IExecutionFrame previousFrame)
pure virtual

Implemented in ExecutionFrame.

Referenced by IExecutionFrame::~IExecutionFrame().

◆ PostAllocationConfigure()

virtual void PostAllocationConfigure ( )
inlinevirtual

Reimplemented in ExecutionFrame.

Definition at line 23 of file ExecutionFrame.hpp.

23 {};

◆ RegisterDebugCallback()

virtual void RegisterDebugCallback ( const DebugCallbackFunction )
inlinevirtual

Reimplemented in ExecutionFrame.

Definition at line 24 of file ExecutionFrame.hpp.

24 {};

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