ArmNN  NotReleased
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
SampleDynamicAdditionWorkload(const AdditionQueueDescriptor &descriptor, const WorkloadInfo &info)