ArmNN
 25.11
Loading...
Searching...
No Matches
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
8namespace armnn
9{
10
12 const WorkloadInfo& info)
14{
15}
16
18{
19 m_Data.m_Inputs[0]->Map();
20}
21
22} //namespace armnn
BaseWorkload(const MapQueueDescriptor &descriptor, const WorkloadInfo &info)
Definition Workload.hpp:35
MapWorkload(const MapQueueDescriptor &descriptor, const WorkloadInfo &info)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
Contains information about TensorInfos of a layer.