aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/backends/RefWorkloads/ResizeBilinear.hpp
blob: 50e8128d188b34f28623021ac07b1179907af47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//

#pragma once

#include <armnn/Tensor.hpp>

namespace armnn
{

void ResizeBilinear(const float* in, const TensorInfo& inputInfo, float* out, const TensorInfo& outputInfo);

} //namespace armnn