ArmNN
 21.02
RefPooling2dWorkload.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 class RefPooling2dWorkload : public BaseWorkload<Pooling2dQueueDescriptor>
17 {
18 public:
20 
21  virtual void Execute() const override;
22 };
23 } //namespace armnn
virtual void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.