ArmNN
 21.02
RefDepthToSpaceWorkload.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 namespace armnn
11 {
12 
13 class RefDepthToSpaceWorkload : public BaseWorkload<DepthToSpaceQueueDescriptor>
14 {
15 public:
17  virtual void Execute() const override;
18 };
19 
20 } // namespace armnn
virtual void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.