ArmNN
 21.02
RefGatherWorkload.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 <armnn/TypesUtils.hpp>
12 #include "BaseIterator.hpp"
13 #include "Decoders.hpp"
14 #include "Encoders.hpp"
15 
16 namespace armnn
17 {
18 
19 class RefGatherWorkload : public BaseWorkload<GatherQueueDescriptor>
20 {
21 public:
23  void Execute() const override;
24 };
25 
26 } // namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.
void Execute() const override