24.08
RefSpaceToDepthWorkload.hpp
Go to the documentation of this file.
1
//
2
// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3
// SPDX-License-Identifier: MIT
4
//
5
#pragma once
6
7
#include "
RefBaseWorkload.hpp
"
8
9
#include <
armnn/TypesUtils.hpp
>
10
11
namespace
armnn
12
{
13
14
class
RefSpaceToDepthWorkload
:
public
RefBaseWorkload
<SpaceToDepthQueueDescriptor>
15
{
16
public
:
17
using
RefBaseWorkload<SpaceToDepthQueueDescriptor>::RefBaseWorkload
;
18
void
Execute
()
const override
;
19
void
ExecuteAsync
(
ExecutionData
& executionData)
override
;
20
private
:
21
void
Execute
(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs)
const
;
22
};
23
24
}
//namespace armnn
TypesUtils.hpp
armnn::RefSpaceToDepthWorkload
Definition:
RefSpaceToDepthWorkload.hpp:14
armnn::RefSpaceToDepthWorkload::Execute
void Execute() const override
Definition:
RefSpaceToDepthWorkload.cpp:15
armnn::RefSpaceToDepthWorkload::ExecuteAsync
void ExecuteAsync(ExecutionData &executionData) override
Definition:
RefSpaceToDepthWorkload.cpp:20
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition:
01_00_quick_start.dox:6
RefBaseWorkload.hpp
armnn::RefBaseWorkload
Definition:
RefBaseWorkload.hpp:13
armnn::experimental::ExecutionData
Definition:
ExecutionData.hpp:14
src
backends
reference
workloads
RefSpaceToDepthWorkload.hpp
Generated on Wed Aug 28 2024 14:31:51 for Arm NN by
1.8.17