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