ArmNN
 22.11
RefResizeWorkload Class Reference

#include <RefResizeWorkload.hpp>

Inheritance diagram for RefResizeWorkload:
RefBaseWorkload< ResizeQueueDescriptor > BaseWorkload< ResizeQueueDescriptor > IWorkload

Public Member Functions

void Execute () const override
 
void ExecuteAsync (ExecutionData &executionData) override
 
- Public Member Functions inherited from RefBaseWorkload< ResizeQueueDescriptor >
 RefBaseWorkload (const ResizeQueueDescriptor &descriptor, const WorkloadInfo &info)
 
virtual bool SupportsTensorHandleReplacement () const override
 
void ReplaceInputTensorHandle (ITensorHandle *tensorHandle, unsigned int slot) override
 
void ReplaceOutputTensorHandle (ITensorHandle *tensorHandle, unsigned int slot) override
 
- Public Member Functions inherited from BaseWorkload< ResizeQueueDescriptor >
 BaseWorkload (const ResizeQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void ExecuteAsync (ExecutionData &executionData) override
 
void PostAllocationConfigure () override
 
const ResizeQueueDescriptorGetData () const
 
arm::pipe::ProfilingGuid GetGuid () const final
 
- Public Member Functions inherited from IWorkload
virtual ~IWorkload ()
 
virtual void RegisterDebugCallback (const DebugCallbackFunction &)
 
virtual armnn::Optional< armnn::MemoryRequirementsGetMemoryRequirements ()
 

Additional Inherited Members

- Protected Attributes inherited from BaseWorkload< ResizeQueueDescriptor >
ResizeQueueDescriptor m_Data
 
const arm::pipe::ProfilingGuid m_Guid
 

Detailed Description

Definition at line 14 of file RefResizeWorkload.hpp.

Member Function Documentation

◆ Execute()

void Execute ( ) const
overridevirtual

Implements IWorkload.

Definition at line 20 of file RefResizeWorkload.cpp.

References BaseWorkload< ResizeQueueDescriptor >::m_Data, QueueDescriptor::m_Inputs, and QueueDescriptor::m_Outputs.

Referenced by RefResizeWorkload::ExecuteAsync().

21 {
23 }
void Execute() const override
std::vector< ITensorHandle * > m_Outputs
std::vector< ITensorHandle * > m_Inputs

◆ ExecuteAsync()

void ExecuteAsync ( ExecutionData executionData)
overridevirtual

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