ArmNN
 20.05
ElementwiseUnaryTestImpl.cpp
Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
7 
8 std::unique_ptr<armnn::IWorkload> CreateWorkload(
9  const armnn::IWorkloadFactory& workloadFactory,
10  const armnn::WorkloadInfo& info,
12 {
13  return workloadFactory.CreateElementwiseUnary(descriptor, info);
14 }
virtual std::unique_ptr< IWorkload > CreateElementwiseUnary(const ElementwiseUnaryQueueDescriptor &descriptor, const WorkloadInfo &Info) const
Contains information about inputs and outputs to a layer.
std::unique_ptr< armnn::IWorkload > CreateWorkload(const armnn::IWorkloadFactory &workloadFactory, const armnn::WorkloadInfo &info, const armnn::ElementwiseUnaryQueueDescriptor &descriptor)