ArmNN
 25.11
Loading...
Searching...
No Matches
MemSyncWorkload.hpp
Go to the documentation of this file.
1//
2// Copyright © 2022, 2024 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5#pragma once
6
7#include "WorkloadUtils.hpp"
8
11
12#include <utility>
13
14namespace armnn
15{
16
17class SyncMemGenericWorkload : public BaseWorkload<MemSyncQueueDescriptor>
18{
19public:
21 void Execute() const override;
22
23private:
24 ITensorHandle* m_TensorHandle;
25};
26
27} //namespace armnn
BaseWorkload(const MemSyncQueueDescriptor &descriptor, const WorkloadInfo &info)
Definition Workload.hpp:35
SyncMemGenericWorkload(const MemSyncQueueDescriptor &descriptor, const WorkloadInfo &info)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
Contains information about TensorInfos of a layer.