ArmNN
 20.05
SampleDynamicAdditionWorkload.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
9 
10 namespace armnn
11 {
12 
13 class SampleDynamicAdditionWorkload : public BaseWorkload<AdditionQueueDescriptor>
14 {
15 public:
17 
18  void Execute() const override;
19 };
20 
21 } // namespace armnn
Copyright (c) 2020 ARM Limited.
SampleDynamicAdditionWorkload(const AdditionQueueDescriptor &descriptor, const WorkloadInfo &info)
Contains information about inputs and outputs to a layer.