ArmNN
 21.02
UnmapWorkload.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 #include "Workload.hpp"
8 
9 namespace armnn
10 {
11 
12 class UnmapWorkload : public BaseWorkload<UnmapQueueDescriptor>
13 {
14 public:
15  UnmapWorkload(const UnmapQueueDescriptor& descriptor, const WorkloadInfo& info);
16  void Execute() const override;
17 };
18 
19 } //namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.
void Execute() const override
UnmapWorkload(const UnmapQueueDescriptor &descriptor, const WorkloadInfo &info)
Contains information about inputs and outputs to a layer.