aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/backends/RefWorkloads/Division.hpp
blob: d4c7e8dc8f7a0c4b11085aef86c6992f7c65911f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// 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 Division(const TensorShape& inShape0,
                  const TensorShape& inShape1,
                  const TensorShape& outShape,
                  const float* inData0,
                  const float* inData1,
                  float* outData);

} //namespace armnn