aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/workloads/Dequantize.hpp
blob: c01b4548334f7fcceb9aed5bbaea0ee4a0827c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// 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