blob: cd86d41552f8194bae4b5200644b4230434efbc6 [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 Stack (const StackQueueDescriptor& data,
std::vector<std::unique_ptr<Decoder<float>>>& inputs,
Encoder<float>& output);
} // namespace armnn