ArmNN
 21.02
MapWorkload.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<MapQueueDescriptor>(descriptor, info)
14 {
15 }
16 
18 {
19  m_Data.m_Inputs[0]->Map();
20 }
21 
22 } //namespace armnn
const MapQueueDescriptor m_Data
Definition: Workload.hpp:46
Copyright (c) 2021 ARM Limited and Contributors.
MapWorkload(const MapQueueDescriptor &descriptor, const WorkloadInfo &info)
Definition: MapWorkload.cpp:11
void Execute() const override
Definition: MapWorkload.cpp:17
Contains information about inputs and outputs to a layer.
std::vector< ITensorHandle * > m_Inputs