// // Copyright © 2019 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include #include "Encoders.hpp" #include "Decoders.hpp" namespace armnn { void Dequantize(Decoder& inputDecoder, Encoder& outputEncoder, const TensorInfo& inputInfo, const TensorInfo& outputInfo); } //namespace armnn