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

#pragma once

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

#include <backendsCommon/WorkloadData.hpp>

namespace armnn
{

void PreluImpl(const PreluQueueDescriptor& data,
               Decoder<float>& inputData,
               Decoder<float>& alphaData,
               Encoder<float>& outputData);

} // namespace armnn