ArmNN
 25.02
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RefSpaceToBatchNdWorkload.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2018-2024 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 #include "RefBaseWorkload.hpp"
8 
9 namespace armnn
10 {
11 
12 class RefSpaceToBatchNdWorkload : public RefBaseWorkload<SpaceToBatchNdQueueDescriptor>
13 {
14 public:
16 
17  void Execute() const override;
18 
19 private:
20  void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const;
21 };
22 
23 } //namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.