blob: bc1fe1d432b9735469181f75c06c98ade240dee5 [file] [log] [blame]
Tianle Cheng988354d2023-06-28 13:20:47 +01001//
2// Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include "Encoders.hpp"
9#include "Decoders.hpp"
10
11#include <armnn/backends/WorkloadData.hpp>
12
13namespace armnn
14{
15
16void ReverseV2(const ReverseV2Descriptor& params,
17 const TensorInfo& inputInfo,
18 Decoder<float>& inputDecoder,
19 Encoder<float>& outputEncoder);
20
21} // namespace armnn