blob: 0b3d3b08e56220ac564ab72cd8bfe2559ca65bc8 [file] [log] [blame]
//
// 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 TensorInfo& inputInfo,
const TensorInfo& alphaInfo,
const TensorInfo& outputInfo,
Decoder<float>& inputData,
Decoder<float>& alphaData,
Encoder<float>& outputData);
} // namespace armnn