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