ArmNN
 21.02
RefL2NormalizationWorkload.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 namespace armnn
12 {
13 
14 class RefL2NormalizationWorkload : public BaseWorkload<L2NormalizationQueueDescriptor>
15 {
16 public:
18  const WorkloadInfo& info);
19 
20  void Execute() const override;
21 };
22 
23 } //namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.
RefL2NormalizationWorkload(const L2NormalizationQueueDescriptor &descriptor, const WorkloadInfo &info)
Contains information about inputs and outputs to a layer.