ArmNN
 21.02
UnmapWorkload.cpp
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 
7 
8 namespace armnn
9 {
10 
12  const WorkloadInfo& info)
13  : BaseWorkload<UnmapQueueDescriptor>(descriptor, info)
14 {
15 }
16 
18 {
19  m_Data.m_Inputs[0]->Unmap();
20 }
21 
22 } //namespace armnn
const UnmapQueueDescriptor m_Data
Definition: Workload.hpp:46
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.
std::vector< ITensorHandle * > m_Inputs