ArmNN
 25.11
Loading...
Searching...
No Matches
MapWorkload.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
8
9namespace armnn
10{
11
12class MapWorkload : public BaseWorkload<MapQueueDescriptor>
13{
14public:
15 MapWorkload(const MapQueueDescriptor& descriptor, const WorkloadInfo& info);
16 void Execute() const override;
17};
18
19} //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.