ArmNN
 21.02
ElementwiseUnaryTestImpl.cpp File Reference

Go to the source code of this file.

Functions

std::unique_ptr< armnn::IWorkloadCreateWorkload (const armnn::IWorkloadFactory &workloadFactory, const armnn::WorkloadInfo &info, const armnn::ElementwiseUnaryQueueDescriptor &descriptor)
 

Function Documentation

◆ CreateWorkload()

std::unique_ptr<armnn::IWorkload> CreateWorkload ( const armnn::IWorkloadFactory workloadFactory,
const armnn::WorkloadInfo info,
const armnn::ElementwiseUnaryQueueDescriptor descriptor 
)

Definition at line 8 of file ElementwiseUnaryTestImpl.cpp.

References IWorkloadFactory::CreateElementwiseUnary().

Referenced by ElementwiseUnaryTestHelper().

12 {
13  return workloadFactory.CreateElementwiseUnary(descriptor, info);
14 }
virtual std::unique_ptr< IWorkload > CreateElementwiseUnary(const ElementwiseUnaryQueueDescriptor &descriptor, const WorkloadInfo &Info) const