25.02
RefReshapeWorkload.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
6
#pragma once
7
8
#include "
RefBaseWorkload.hpp
"
9
#include <
armnn/backends/WorkloadData.hpp
>
10
11
namespace
armnn
12
{
13
14
class
RefReshapeWorkload
:
public
RefBaseWorkload
<ReshapeQueueDescriptor>
15
{
16
public
:
17
using
RefBaseWorkload<ReshapeQueueDescriptor>::RefBaseWorkload
;
18
void
Execute
()
const override
;
19
private
:
20
void
Execute
(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs)
const
;
21
};
22
23
}
//namespace armnn
RefBaseWorkload.hpp
WorkloadData.hpp
armnn::RefBaseWorkload
Definition:
RefBaseWorkload.hpp:14
armnn::RefReshapeWorkload
Definition:
RefReshapeWorkload.hpp:15
armnn::RefReshapeWorkload::Execute
void Execute() const override
Definition:
RefReshapeWorkload.cpp:15
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition:
01_00_quick_start.dox:7
src
backends
reference
workloads
RefReshapeWorkload.hpp
Generated on Mon Feb 17 2025 21:34:26 for Arm NN by
1.9.1