// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "Encoders.hpp" #include "Decoders.hpp" #include namespace armnn { void Stack (const StackQueueDescriptor& data, std::vector>>& inputs, Encoder& output); } // namespace armnn