ArmNN
 20.02
NeonConstantWorkload.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 
9 
10 namespace armnn
11 {
12 
13 class NeonConstantWorkload : public BaseWorkload<ConstantQueueDescriptor>
14 {
15 public:
17 
18  virtual void Execute() const override;
19 
20 private:
21  mutable bool m_RanOnce;
22 };
23 
24 } //namespace armnn
NeonConstantWorkload(const ConstantQueueDescriptor &descriptor, const WorkloadInfo &info)
Copyright (c) 2020 ARM Limited.
virtual void Execute() const override
Contains information about inputs and outputs to a layer.