aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/workloads/ReverseV2Impl.hpp
blob: bc1fe1d432b9735469181f75c06c98ade240dee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include "Encoders.hpp"
#include "Decoders.hpp"

#include <armnn/backends/WorkloadData.hpp>

namespace armnn
{

void ReverseV2(const ReverseV2Descriptor& params,
               const TensorInfo& inputInfo,
               Decoder<float>& inputDecoder,
               Encoder<float>& outputEncoder);

} // namespace armnn