blob: c01b4548334f7fcceb9aed5bbaea0ee4a0827c8e [file] [log] [blame]
//
// Copyright © 2019 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include <armnn/Tensor.hpp>
#include "Encoders.hpp"
#include "Decoders.hpp"
namespace armnn
{
void Dequantize(Decoder<float>& inputDecoder,
Encoder<float>& outputEncoder,
const TensorInfo& inputInfo,
const TensorInfo& outputInfo);
} //namespace armnn