ArmNN
 26.01
Loading...
Searching...
No Matches
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
8namespace armnn
9{
10
16
18{
19 m_Data.m_Inputs[0]->Unmap();
20}
21
22} //namespace armnn
UnmapWorkload(const UnmapQueueDescriptor &descriptor, const WorkloadInfo &info)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
std::vector< ITensorHandle * > m_Inputs
Contains information about TensorInfos of a layer.