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